diff --git a/code/game/world.dm b/code/game/world.dm index 99701c34dd..86de9c53d0 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -147,7 +147,7 @@ GLOBAL_VAR(restart_counter) if(!SSfail2topic) return "Server not initialized." - else if(!SSfail2topic.IsRateLimited(addr)) + else if(SSfail2topic.IsRateLimited(addr)) return "Rate limited." if(length(T) > CONFIG_GET(number/topic_max_size))