move scripts to mp folder

This commit is contained in:
ineed bots 2024-01-18 14:10:35 -06:00
parent f8027fc44d
commit 7964d0feed
3 changed files with 2 additions and 2 deletions

View File

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