mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-09 20:43:52 +00:00
Converted 'is a GM' debug
This commit is contained in:
parent
cdc249dde3
commit
e69486d905
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user