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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user