[Corpse] Fix /corpse command regression from #3727 (#3770)

This commit is contained in:
Chris Miles 2023-12-16 00:44:11 -06:00 committed by GitHub
parent 77b88e3dec
commit e504482b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}