mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-05-11 22:54:51 +00:00
Stop setdvar spam
This commit is contained in:
parent
9acc548a70
commit
12cf95d563
@ -582,10 +582,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