Merge pull request #10473 from deathride58/serverhopsanity
[s] adds a basic sanity check to server_hop
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ GLOBAL_VAR(restart_counter)
|
||||
return
|
||||
|
||||
handler = new handler()
|
||||
return handler.TryRun(input)
|
||||
return handler.TryRun(input, addr)
|
||||
|
||||
/world/proc/AnnouncePR(announcement, list/payload)
|
||||
var/static/list/PRcounts = list() //PR id -> number of times announced this round
|
||||
|
||||
Reference in New Issue
Block a user