[Hotfix] "GM flag" vs "GM Flag"

This commit is contained in:
Akkadius
2024-05-04 18:44:19 -05:00
parent 7ad97ce168
commit 405d963005
16 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -99,7 +99,7 @@ bool Trap::Process()
}
if (is_gm_client) {
m->Message(Chat::White, "Your GM Flag prevents you from triggering a trap.");
m->Message(Chat::White, "Your GM flag prevents you from triggering a trap.");
}
}
else if (reset_timer.Enabled() && reset_timer.Check())
@@ -321,7 +321,7 @@ Mob* EntityList::GetTrapTrigger(Trap* trap)
}
if (cur->GetGM()) {
cur->Message(Chat::White, "Your GM Flag prevents you from triggering a trap.");
cur->Message(Chat::White, "Your GM flag prevents you from triggering a trap.");
}
}
else