Revert changeset: 9d97c210c634
This commit is contained in:
parent
1e7b0e6267
commit
447240fb8d
|
@ -121,12 +121,6 @@ RoundEndOnRoundStart()
|
||||||
// Reset timer handle.
|
// Reset timer handle.
|
||||||
tRoundEnd = INVALID_HANDLE;
|
tRoundEnd = INVALID_HANDLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Balance teams if enabled.
|
|
||||||
if (GetConVarBool(g_hCvarsList[CVAR_ROUNDEND_BALANCE_TEAMS]))
|
|
||||||
{
|
|
||||||
RoundEndBalanceTeams();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -198,6 +192,12 @@ RoundEndOnRoundEnd(reason)
|
||||||
|
|
||||||
// Display the overlay to all clients.
|
// Display the overlay to all clients.
|
||||||
RoundEndOverlayStart(outcome);
|
RoundEndOverlayStart(outcome);
|
||||||
|
|
||||||
|
// Balance teams if enabled.
|
||||||
|
if (GetConVarBool(g_hCvarsList[CVAR_ROUNDEND_BALANCE_TEAMS]))
|
||||||
|
{
|
||||||
|
RoundEndBalanceTeams();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user