mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
fix (cmd): anticheat player cmd stats fix
This commit is contained in:
@@ -178,7 +178,7 @@ public:
|
||||
if (!sConfigMgr->GetOption<bool>("Anticheat.Enabled", 0))
|
||||
return false;
|
||||
|
||||
ObjectGuid guid;
|
||||
ObjectGuid guid = player->GetGUID();
|
||||
|
||||
if (!player)
|
||||
player = PlayerIdentifier::FromTarget(handler);
|
||||
|
||||
Reference in New Issue
Block a user