From 632d18bec4ccf4f74ca47f7add555a67658a07ed Mon Sep 17 00:00:00 2001 From: Cadyn Date: Tue, 23 Feb 2021 05:43:42 -0800 Subject: [PATCH] quickfix --- code/modules/tgs/v5/chat_commands_zz_ch.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/tgs/v5/chat_commands_zz_ch.dm b/code/modules/tgs/v5/chat_commands_zz_ch.dm index cfe5b7e292..fe127968ce 100644 --- a/code/modules/tgs/v5/chat_commands_zz_ch.dm +++ b/code/modules/tgs/v5/chat_commands_zz_ch.dm @@ -81,4 +81,5 @@ return "[sender.friendly_name], the server's database is either not responding or there's no such Discord ID in the database." var/user_key = query.item[1] + qdel(query) return "<@[params]>'s ckey is [user_key]" \ No newline at end of file