From de294e7c7d5ccf129eea3ce45c8023fa7b6d371d Mon Sep 17 00:00:00 2001 From: MadCamel Date: Wed, 26 Aug 2009 18:41:01 -0400 Subject: GMs are allowed to spam again. Oops. --- src/map/tmw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-70-g09d2