Merge pull request #3327 from Citadel-Station-13/upstream-merge-31610

[MIRROR] Fix world/Topic calling the wrong handler proc
This commit is contained in:
LetterJay
2017-10-12 23:25:34 -04:00
committed by GitHub

View File

@@ -133,7 +133,7 @@ GLOBAL_PROTECT(security_mode)
return
handler = new handler()
return handler.Run(input)
return handler.TryRun(input)
/world/proc/AnnouncePR(announcement, list/payload)
var/static/list/PRcounts = list() //PR id -> number of times announced this round