NoAdminTools: small fix
This commit is contained in:
parent
543bfc4df6
commit
b89747bba0
@ -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