From e69486d9058d52e332c7eabc87169ee8e2641615 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Fri, 16 Jan 2015 00:40:43 -0600 Subject: [PATCH] Converted 'is a GM' debug --- zone/client.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zone/client.cpp b/zone/client.cpp index d65354d0e..69569cbf2 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -1511,9 +1511,7 @@ void Client::UpdateAdmin(bool iFromDB) { if(m_pp.gm) { -#if EQDEBUG >= 5 - printf("%s is a GM\n", GetName()); -#endif + logger.LogDebugType(EQEmuLogSys::Moderate, EQEmuLogSys::Zone_Server, __FUNCTION__ "%s is a GM"); // no need for this, having it set in pp you already start as gm // and it's also set in your spawn packet so other people see it too // SendAppearancePacket(AT_GM, 1, false);