Skip to content

Commit 74f5b18

Browse files
committed
Additional Changes
1 parent 33c6deb commit 74f5b18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BHD-ServerManager/Forms/Panels/tabGamePlay.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ private void actionClick_SaveServerSettings(object sender, EventArgs e)
267267
// --- Reset Server Settings Button Clicked ---
268268
private void actionClick_ResetSettings(object sender, EventArgs e)
269269
{
270+
// Pull from Database and Reload Settings
270271
methodFunction_loadSettings();
271272
}
272273
// --- Server Control Button Clicked ---
@@ -292,6 +293,7 @@ private void actionClick_GameServerUpdate(object sender, EventArgs e)
292293
{
293294
if (ServerMemory.ReadMemoryIsProcessAttached())
294295
{
296+
methodFunction_saveSettings();
295297
theInstanceManager.UpdateGameServer();
296298
MessageBox.Show("Saved settings have been applied to the game server.", "Success", MessageBoxButtons.OK, MessageBoxIcon.Information);
297299
}

0 commit comments

Comments
 (0)