mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-23 00:15:44 +00:00
Fixed menu being in wp editor
This commit is contained in:
parent
cf40501f60
commit
93ce2ae1b5
@ -27,6 +27,9 @@ watchPlayers()
|
|||||||
{
|
{
|
||||||
wait 1;
|
wait 1;
|
||||||
|
|
||||||
|
if (!getDvarInt("bots_main_menu"))
|
||||||
|
return;
|
||||||
|
|
||||||
for (i = level.players.size - 1; i >= 0; i--)
|
for (i = level.players.size - 1; i >= 0; i--)
|
||||||
{
|
{
|
||||||
player = level.players[i];
|
player = level.players[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user