mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-21 23:45:43 +00:00
stop setdvar spam
This commit is contained in:
parent
591463da7f
commit
53ddef6a69
@ -571,10 +571,11 @@ addBots()
|
|||||||
wait 1.5;
|
wait 1.5;
|
||||||
|
|
||||||
botsToAdd = GetDvarInt("bots_manage_add");
|
botsToAdd = GetDvarInt("bots_manage_add");
|
||||||
SetDvar("bots_manage_add", 0);
|
|
||||||
|
|
||||||
if(botsToAdd > 0)
|
if(botsToAdd > 0)
|
||||||
{
|
{
|
||||||
|
SetDvar("bots_manage_add", 0);
|
||||||
|
|
||||||
if(botsToAdd > 64)
|
if(botsToAdd > 64)
|
||||||
botsToAdd = 64;
|
botsToAdd = 64;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user