summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/tmw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/tmw.c b/src/map/tmw.c
index 3923694..25aa55b 100644
--- a/src/map/tmw.c
+++ b/src/map/tmw.c
@@ -36,7 +36,7 @@ int tmw_CheckChatSpam(struct map_session_data *sd, char* message) {
nullpo_retr(1, sd);
time_t now = time(NULL);
-// if (pc_isGM(sd)) return 0;
+ if (pc_isGM(sd)) return 0;
if (now > sd->chat_reset_due) {
sd->chat_reset_due = now + battle_config.chat_spam_threshold;