mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
wp editor
This commit is contained in:
@ -8,6 +8,12 @@
|
||||
*/
|
||||
init()
|
||||
{
|
||||
if(getDvar("bots_main_debug") == "")
|
||||
setDvar("bots_main_debug", 0);
|
||||
|
||||
if(getDVarint("bots_main_debug"))
|
||||
return;
|
||||
|
||||
load_waypoints();
|
||||
thread hook_callbacks();
|
||||
|
||||
|
Reference in New Issue
Block a user