is this why wrench refuses to work

This commit is contained in:
deathride58
2020-01-07 09:00:30 -05:00
committed by GitHub
parent 686601334e
commit cde9946e25

View File

@@ -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))