From cde9946e2569c9c95edaefa5798bb7b5dc0c0ac7 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 7 Jan 2020 09:00:30 -0500 Subject: [PATCH] is this why wrench refuses to work --- code/game/world.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))