Merge pull request #10473 from deathride58/serverhopsanity

[s] adds a basic sanity check to server_hop
This commit is contained in:
kevinz000
2020-01-08 19:16:03 -08:00
committed by GitHub
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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