Fix world/Topic calling the wrong handler proc (#31610)
This commit is contained in:
committed by
CitadelStationBot
parent
f93733576e
commit
c4653e6f5e
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user