mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-08 10:02:26 +00:00
parent
77b88e3dec
commit
e504482b94
@ -6879,12 +6879,6 @@ void Client::Handle_OP_GMSummon(const EQApplicationPacket *app)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!GetGM()) {
|
|
||||||
Message(Chat::Red, "Your account has been reported for hacking.");
|
|
||||||
RecordPlayerEventLog(PlayerEvent::POSSIBLE_HACK, PlayerEvent::PossibleHackEvent{.message = "Used /summon"});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
OPGMSummon(app);
|
OPGMSummon(app);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user