Skip to content

Commit

Permalink
Add log message for delayed game start
Browse files Browse the repository at this point in the history
  • Loading branch information
SadPencil committed Feb 10, 2025
1 parent df91e0a commit e5034eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ClientGUI/GameProcessLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public static void StartGameProcess(WindowManager windowManager)
int waitTimes = 0;
while (PreprocessorBackgroundTask.Instance.IsRunning)
{
Logger.Log("The preprocessor background task is still running. Wait for it...");
Thread.Sleep(1000);
waitTimes++;
if (waitTimes > 10)
Expand Down

0 comments on commit e5034eb

Please sign in to comment.