This commit is contained in:
ineed bots
2023-11-29 13:38:49 -06:00
parent 2c7db3b149
commit f72f931bab
3 changed files with 6 additions and 6 deletions

View File

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