mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Engine: make debug statement a warning
This commit is contained in:
parent
06e995f17b
commit
d1c80ad6fd
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user