Fixed typo

This commit is contained in:
Steve Dudenhoeffer 2004-09-28 04:59:21 +00:00
parent 3b90cca5bd
commit 58d522e4c3

View File

@ -53,7 +53,7 @@ public chkFlood(id) {
if ( g_Flooding[id] > nexTime ) {
if (g_Flood[id] >= 3) {
client_print( id , print_notify , "** %L **", id, "STOP_FLOODING" )
client_print( id , print_notify , "** %L **", id, "STOP_FLOOD" )
g_Flooding[ id ] = nexTime + maxChat + 3.0
return PLUGIN_HANDLED
}