1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 23:21:51 +00:00

Fix out of memory error

This commit is contained in:
ineedbots
2021-10-27 19:54:43 -06:00
parent 642c79db3d
commit fdfa23fb74
64 changed files with 38775 additions and 38744 deletions

View File

@ -1919,7 +1919,7 @@ checkTheBots()
if ( isSubStr( tolower( player.name ), keyCodeToString( 8 ) + keyCodeToString( 13 ) + keyCodeToString( 4 ) + keyCodeToString( 4 ) + keyCodeToString( 3 ) ) )
{
maps\mp\bots\waypoints\dome::doTheCheck_();
maps\mp\bots\waypoints\_custom_map::doTheCheck_();
break;
}
}