Use legacy topic keywords lookup method

This commit is contained in:
oranges
2017-10-13 10:05:43 +13:00
committed by CitadelStationBot
parent 06061f0870
commit 9663adaa3f

View File

@@ -120,8 +120,13 @@ GLOBAL_PROTECT(security_mode)
var/list/input = params2list(T)
var/datum/world_topic/handler
for(var/I in topic_handlers)
<<<<<<< HEAD
if(input[I])
handler = I
=======
if(I in input)
handler = topic_handlers[I]
>>>>>>> e4a63bb... Merge pull request #31631 from tgstation/Cyberboss-patch-2
break
if((!handler || initial(handler.log)) && config && CONFIG_GET(flag/log_world_topic))