mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-23 13:40:22 -05:00
Fix onallplayersready
This commit is contained in:
@ -1105,7 +1105,7 @@ unlimited_zombies()
|
|||||||
|
|
||||||
onallplayersready()
|
onallplayersready()
|
||||||
{
|
{
|
||||||
while ( getPlayers().size == 0 )
|
while ( getPlayers().size < getDvarInt( "zombies_minplayers" ) )
|
||||||
{
|
{
|
||||||
wait 0.1;
|
wait 0.1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user