Skip to content

Commit 62b7f2a

Browse files
committed
send webhook under all win circumstances
1 parent 6d0dd7c commit 62b7f2a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/game/server/gamemodes/DDRace.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ void CGameControllerDDRace::KO_Start()
8989

9090
if(!g_Config.m_SvKoBo3)
9191
SaveCOTD();
92+
else
93+
{
94+
SendWebhook();
95+
g_Config.m_SvSpectatorSlots = 0;
96+
}
9297
GameServer()->ko_game = false;
9398
GameServer()->ko_round = 0;
9499
return;

0 commit comments

Comments
 (0)