Use legacy topic keywords lookup method
This commit is contained in:
committed by
CitadelStationBot
parent
06061f0870
commit
9663adaa3f
@@ -120,8 +120,13 @@ GLOBAL_PROTECT(security_mode)
|
|||||||
var/list/input = params2list(T)
|
var/list/input = params2list(T)
|
||||||
var/datum/world_topic/handler
|
var/datum/world_topic/handler
|
||||||
for(var/I in topic_handlers)
|
for(var/I in topic_handlers)
|
||||||
|
<<<<<<< HEAD
|
||||||
if(input[I])
|
if(input[I])
|
||||||
handler = I
|
handler = I
|
||||||
|
=======
|
||||||
|
if(I in input)
|
||||||
|
handler = topic_handlers[I]
|
||||||
|
>>>>>>> e4a63bb... Merge pull request #31631 from tgstation/Cyberboss-patch-2
|
||||||
break
|
break
|
||||||
|
|
||||||
if((!handler || initial(handler.log)) && config && CONFIG_GET(flag/log_world_topic))
|
if((!handler || initial(handler.log)) && config && CONFIG_GET(flag/log_world_topic))
|
||||||
|
|||||||
Reference in New Issue
Block a user