mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
stop setdvar spam
This commit is contained in:
parent
fcf091988f
commit
864890640c
@ -685,10 +685,11 @@ addBots()
|
||||
wait 1.5;
|
||||
|
||||
botsToAdd = GetDvarInt("bots_manage_add");
|
||||
SetDvar("bots_manage_add", 0);
|
||||
|
||||
if(botsToAdd > 0)
|
||||
{
|
||||
SetDvar("bots_manage_add", 0);
|
||||
|
||||
if(botsToAdd > 64)
|
||||
botsToAdd = 64;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user