mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-06-29 15:51:53 +00:00
added debug
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
#include common_scripts\utility;
|
||||
#include maps\_utility;
|
||||
#include maps\bots\_bot_utility;
|
||||
|
||||
init()
|
||||
{
|
||||
level thread maps\bots\_bot::init();
|
||||
|
4
scripts/sp/bots_debug.gsc
Normal file
4
scripts/sp/bots_debug.gsc
Normal file
@ -0,0 +1,4 @@
|
||||
init()
|
||||
{
|
||||
level thread maps\bots\_bot_debug::init();
|
||||
}
|
Reference in New Issue
Block a user