Clear game state

This commit is contained in:
Jackzie 2025-01-07 09:41:28 -06:00
parent cb071178c0
commit fac3d5031e
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -814,6 +814,7 @@ void Event_GameEnd(Event event, const char[] name, bool dontBroadcast) {
// Resend all players // Resend all players
SendPlayers(); SendPlayers();
} }
g_gameState = State_None;
} }
void Event_MapTransition(Event event, const char[] name, bool dontBroadcast) { void Event_MapTransition(Event event, const char[] name, bool dontBroadcast) {