diff --git a/monkestation/code/modules/slash_commands/world_topics.dm b/monkestation/code/modules/slash_commands/world_topics.dm index af453fb2594f..580e3302fc98 100644 --- a/monkestation/code/modules/slash_commands/world_topics.dm +++ b/monkestation/code/modules/slash_commands/world_topics.dm @@ -78,7 +78,7 @@ return var/client/chosen_client = reply.client if(!chosen_client) - logger.Log(LOG_CATEGORY_DEBUG, "NO REPLY CLIENT FOUND", input) + logger.Log(LOG_CATEGORY_DEBUG, "NO REPLY CLIENT FOUND") return to_chat(chosen_client, "Mentor PM from-[key_name_mentor(from, chosen_client, TRUE, FALSE, FALSE)]: [msg]")