Tweaks to versioning scheme

Nuke staging
This commit is contained in:
Westin Miller
2017-12-02 12:14:48 -08:00
parent 039c5d9244
commit 72b6d0e7bb
7 changed files with 21 additions and 28 deletions

View File

@@ -103,7 +103,6 @@ namespace Torch.Server
private ServerState _state;
private TimeSpan _elapsedPlayTime;
private float _simRatio;
private readonly AutoResetEvent _stopHandle = new AutoResetEvent(false);
private Timer _watchdog;
private Stopwatch _uptime;
@@ -169,8 +168,6 @@ namespace Torch.Server
Log.Info("Stopping server.");
base.Stop();
Log.Info("Server stopped.");
LogManager.Flush();
_stopHandle.Set();
State = ServerState.Stopped;
IsRunning = false;