From 9276dbb086551ad1d0824ca020eda3444af7632d Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Thu, 5 Aug 2004 11:06:49 +0000 Subject: [PATCH] small fix --- plugins/antiflood.sma | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/antiflood.sma b/plugins/antiflood.sma index 9f7d22fb..b4202da9 100755 --- a/plugins/antiflood.sma +++ b/plugins/antiflood.sma @@ -39,6 +39,7 @@ new g_Flood[33] = {0, ...} public plugin_init() { register_plugin("Anti Flood",AMXX_VERSION_STR,"AMXX Dev Team") + register_dictionary("antiflood.txt") register_clcmd("say","chkFlood") register_clcmd("say_team","chkFlood") register_cvar("amx_flood_time","0.75")