This commit is contained in:
ineed bots
2023-11-29 13:37:35 -06:00
parent f1307835af
commit 01e24ad079
3 changed files with 6 additions and 6 deletions

View File

@@ -547,7 +547,7 @@ watchBotDebugEvent()
if ( msg == "debug" && GetDvarInt( "bots_main_debug" ) )
{
BotBuiltinPrintConsole( "Bot Warfare debug: " + self.name + ": " + str + "\n" );
BotBuiltinPrintConsole( "Bot Warfare debug: " + self.name + ": " + str );
}
}
}