diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 3106244..88e756d 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8501,6 +8501,8 @@ atcommand_iterate_backwards_over_players (const int fd, int atcommand_wgm (const int fd, struct map_session_data *sd, const char *command, const char *message) { + if (tmw_CheckChatSpam(sd, message)) + return 0; tmw_GmHackMsg ("%s: %s", sd->status.name, message); if (!pc_isGM (sd)) clif_displaymessage (fd, "Message sent."); |