This commit is contained in:
ineed bots 2023-12-09 22:40:35 -06:00
parent abd3f55800
commit fc4800563d
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ init()
level thread onPlayerConnect(); level thread onPlayerConnect();
// bootstrap // bootstrap
level thread scripts\bots_adapter::init(); level thread scripts\bots_adapter_libcod::init();
level thread scripts\bots::init(); level thread scripts\bots::init();
} }