Skip to content

Commit

Permalink
tweak(server): print correction
Browse files Browse the repository at this point in the history
  • Loading branch information
SUP2Ak committed Dec 27, 2023
1 parent 4859539 commit c47c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/ServerMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private async Task OnTick()
if (count == 100)
{
sleep = 2500;
Debug.WriteLine("In count == 1000 condition!");
Debug.WriteLine("Passed in condition of count == 100, now sleep = 2500");
}

await Delay(sleep);
Expand Down

0 comments on commit c47c9f8

Please sign in to comment.