Skip to content

Commit

Permalink
force end game again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bims-sh committed Jul 5, 2024
1 parent ac3cdee commit 6a7d3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helpers/CustomGamemodeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static void SetCustomGameMode(string gm, BattleBitServer server)
break;
case "vip":
server.AddEvents(CustomGameModeEvents.VipEvents);
//server.ForceEndGame();
server.ForceEndGame();
break;
case "hideandseek":
server.AddEvents(CustomGameModeEvents.HideAndSeekEvents);
Expand Down

0 comments on commit 6a7d3cc

Please sign in to comment.