Update MainForm.cs
This commit is contained in:
parent
eaa8fb6c30
commit
97bee41759
|
|
@ -368,7 +368,10 @@ namespace NovetusLauncher
|
|||
|
||||
void MainFormClose(object sender, CancelEventArgs e)
|
||||
{
|
||||
WriteConfigValues();
|
||||
if (GlobalVars.LocalPlayMode != true)
|
||||
{
|
||||
WriteConfigValues();
|
||||
}
|
||||
DiscordRpc.Shutdown();
|
||||
if (GlobalVars.IsWebServerOn == true)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue