Fix menu being enabled in wp editor

This commit is contained in:
ineedbots 2021-05-08 14:06:47 -06:00
parent 36daf4ed6e
commit 1745adbc78

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];