mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
More _log Client replacements
This commit is contained in:
@@ -759,7 +759,7 @@ void Client::CompleteConnect()
|
||||
|
||||
//enforce some rules..
|
||||
if (!CanBeInZone()) {
|
||||
_log(CLIENT__ERROR, "Kicking char from zone, not allowed here");
|
||||
logger.LogDebug(EQEmuLogSys::Detail, "[CLIENT] Kicking char from zone, not allowed here");
|
||||
GoToSafeCoords(database.GetZoneID("arena"), 0);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user