Skip to content

Commit

Permalink
add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Bims-sh committed Oct 18, 2024
1 parent 01b191c commit 39b7da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Helpers/CustomGamemodeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public static void SetCustomGameMode(string gm, BattleBitServer server)
{
server.ResetEvents();

Program.Logger.Info($"CustomGamemode {gm.ToLower()}");

switch (gm.ToLower())
{
case "zombies":
Expand Down

0 comments on commit 39b7da9

Please sign in to comment.