Engine: make debug statement a warning

This commit is contained in:
Kawe Mazidjatari 2024-05-26 13:13:33 +02:00
parent 06e995f17b
commit d1c80ad6fd

View File

@ -547,7 +547,7 @@ bool CRConServer::CheckForBan(CConnectedNetConsoleData& data)
{ {
if (rcon_debug.GetBool()) if (rcon_debug.GetBool())
{ {
Msg(eDLL_T::SERVER, "Banned list is full, dropping '%s'\n", szNetAdr); Warning(eDLL_T::SERVER, "Banned list is full, dropping '%s'\n", szNetAdr);
} }
return true; return true;