Skip to content

Commit

Permalink
fix ko round not getting reset after game reset
Browse files Browse the repository at this point in the history
  • Loading branch information
JSaurusRex committed Dec 21, 2024
1 parent e4dd6c0 commit 01f881f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/server/ddracecommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ void CGameContext::ConKO_Start(IConsole::IResult *pResult, void *pUserData)

pSelf->ko_players_eliminated = 0;
pSelf->ko_player_count = 99;
pSelf->ko_round = 0;
pSelf->ko_game = true;
pSelf->m_pController->DoWarmup(10);
g_Config.m_SvKoTimeLimit = time;
Expand Down

0 comments on commit 01f881f

Please sign in to comment.