More _log Client replacements

This commit is contained in:
Akkadius
2015-01-10 18:52:27 -06:00
parent d459c144fe
commit b2a1597e73
7 changed files with 36 additions and 38 deletions
+1 -1
View File
@@ -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;
}