summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/clif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 88d47ea..98dbc56 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9727,8 +9727,6 @@ func_table clif_parse_func_table[0x220] =
// Checks for packet flooding
int clif_check_packet_flood(fd, cmd)
{
- // Disable the spam system for now
- return 0;
struct map_session_data *sd = session[fd]->session_data;
unsigned int rate, tick = gettick();