mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
[Hotfix] "GM flag" vs "GM Flag"
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ bool Client::HasTaskRequestCooldownTimer()
|
||||
}
|
||||
|
||||
if (GetGM()) {
|
||||
Message(Chat::White, "Your GM Flag prevents you from having a task request cooldown.");
|
||||
Message(Chat::White, "Your GM flag prevents you from having a task request cooldown.");
|
||||
}
|
||||
|
||||
return (!GetGM() && task_request_timer.Enabled());
|
||||
|
||||
Reference in New Issue
Block a user