1
0
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:
Jbleezy
2021-12-13 16:09:21 -08:00
parent 45f1080e52
commit 396a517183

View File

@ -1105,7 +1105,7 @@ unlimited_zombies()
onallplayersready() onallplayersready()
{ {
while ( getPlayers().size == 0 ) while ( getPlayers().size < getDvarInt( "zombies_minplayers" ) )
{ {
wait 0.1; wait 0.1;
} }