mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
is this why wrench refuses to work
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user