mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Fix active launch parameters update always triggering
This commit is contained in:
@@ -747,7 +747,10 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
return;
|
||||
ActiveLaunchParameters = launchParameters;
|
||||
if (Running)
|
||||
{
|
||||
ActiveParametersUpdated.TrySetResult(null); // queue an update
|
||||
ActiveParametersUpdated = new TaskCompletionSource<object>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user