NoAdminTools: small fix
This commit is contained in:
parent
534d1a55ca
commit
c76fd07291
@ -181,7 +181,7 @@ public void CheckRatio()
|
||||
iSelfExtendsPlayers++;
|
||||
}
|
||||
|
||||
int iPlayersNeeded = RoundToFloor(float(iSelfExtendsPlayers) * g_fSelfExtendsRatio);
|
||||
iPlayersNeeded = RoundToFloor(float(iSelfExtendsPlayers) * g_fSelfExtendsRatio);
|
||||
|
||||
if(iSelfExtendsPlayers >= iPlayersNeeded)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user