From dbeae44531aad616ea426349d77433c52d262ee0 Mon Sep 17 00:00:00 2001 From: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com> Date: Sun, 19 Jul 2020 04:18:42 -0500 Subject: [PATCH] A --- code/modules/vchat/vchat_client.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vchat/vchat_client.dm b/code/modules/vchat/vchat_client.dm index c8090c1bc3..9fdd8315ac 100644 --- a/code/modules/vchat/vchat_client.dm +++ b/code/modules/vchat/vchat_client.dm @@ -383,7 +383,7 @@ var/to_chat_src set name = "Export chatlog" set category = "OOC" - to_chat(user, "This verb is temporarily disabled due to performance issues.") + to_chat(usr, "This verb is temporarily disabled due to performance issues.") return if(chatOutput.broken)