Skip to content

Commit

Permalink
Added message
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Jan 12, 2024
1 parent d65b79d commit 17be9b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Modules/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ public static void CheckRoundDone()
{
GetGameRules().TerminateRound(0.1f, RoundEndReason.TerroristsWin);
}
else
{
Console.WriteLine($"{RetakesPlugin.LogPrefix}Windows server detected (Can't use TerminateRound)");
}
}
}
}

0 comments on commit 17be9b7

Please sign in to comment.