Skip to content

Commit

Permalink
Update world_topics.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Apr 10, 2024
1 parent cb1e0c8 commit 44aab01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/modules/slash_commands/world_topics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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, "<font color='purple'>Mentor PM from-<b>[key_name_mentor(from, chosen_client, TRUE, FALSE, FALSE)]</b>: [msg]</font>")
Expand Down

0 comments on commit 44aab01

Please sign in to comment.