1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2026-03-23 19:03:02 +00:00

Greatly reduce variable usage

This commit is contained in:
ineedbots
2021-05-25 13:18:21 -06:00
parent 091527e6a6
commit a77d5f262c
7 changed files with 3037 additions and 3575 deletions

View File

@@ -23,11 +23,6 @@ init()
if (!getDvarInt("bots_main"))
return;
if(getDvar("bots_main_lowmem") == "")
setDvar("bots_main_lowmem", false);//lower memory usage mode, more cpu
level.bots_lowmem = getDvarInt("bots_main_lowmem");
thread load_waypoints();
thread hook_callbacks();