Fixed wp editor runtime errors

This commit is contained in:
ineedbots
2021-05-08 14:18:46 -06:00
parent 888a0225e6
commit 20bc803498
2 changed files with 23 additions and 20 deletions

View File

@ -27,6 +27,9 @@ watchPlayers()
{
wait 1;
if (!getDvarInt("bots_main_menu"))
return;
for (i = level.players.size - 1; i >= 0; i--)
{
player = level.players[i];