Fixes topic handlers
This commit is contained in:
committed by
CitadelStationBot
parent
06061f0870
commit
8ff51df06f
+1
-1
@@ -121,7 +121,7 @@ GLOBAL_PROTECT(security_mode)
|
||||
var/datum/world_topic/handler
|
||||
for(var/I in topic_handlers)
|
||||
if(input[I])
|
||||
handler = I
|
||||
handler = topic_handlers[I]
|
||||
break
|
||||
|
||||
if((!handler || initial(handler.log)) && config && CONFIG_GET(flag/log_world_topic))
|
||||
|
||||
Reference in New Issue
Block a user