[Client Mod] Adds a hacked fast camp rule for GMs (#4697)

Co-authored-by: KimLS <KimLS@peqtgc.com>
This commit is contained in:
Alex
2025-02-19 21:20:22 -08:00
committed by GitHub
parent 6ac846c003
commit f0108826d3
2 changed files with 9 additions and 1 deletions
+8 -1
View File
@@ -4249,7 +4249,14 @@ void Client::Handle_OP_Camp(const EQApplicationPacket *app)
if (GetGM())
{
OnDisconnect(true);
if (RuleB(Character, EnableHackedFastCampForGM))
{
camp_timer.Start(100, true);
}
else {
OnDisconnect(true);
}
return;
}