diff --git a/code/game/world.dm b/code/game/world.dm index 5fe674cb7f..a4b1d9e512 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -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))