mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-06-27 14:51:49 +00:00
Fix menu being enabled in wp editor
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user