Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
Knew I missed it somewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bottswana committed Aug 16, 2015
1 parent bc6a404 commit 531da4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARKUpdater/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public void Run()
ServerInt.StopServer(Server.ServerData);

Log.ConsolePrint(LogLevel.Debug, "Server '{0}' now waiting for process exit", Server.ServerData.GameServerName);
while( Server.ProcessID != 0 ) continue; // This is set to 0 by our Exit event on the process in ServerInterface.cs
while( Server.ProcessID != 0 ) Thread.Sleep(100); // This is set to 0 by our Exit event on the process in ServerInterface.cs

// Update Server
SteamInt.UpdateGame(Server.ServerData.SteamUpdateScript, ARKConfiguration.ShowSteamUpdateInConsole);
Expand Down

0 comments on commit 531da4f

Please sign in to comment.