mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-01 02:03:51 +00:00
parent
77b88e3dec
commit
e504482b94
@ -6879,12 +6879,6 @@ void Client::Handle_OP_GMSummon(const EQApplicationPacket *app)
|
||||
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);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user