From b0404c7a4de8a9fd638f754820aecd780449fd1e Mon Sep 17 00:00:00 2001 From: cadyn Date: Thu, 24 Sep 2020 20:05:54 -0700 Subject: [PATCH] Disable Export chatlog again --- code/modules/vchat/vchat_client.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/vchat/vchat_client.dm b/code/modules/vchat/vchat_client.dm index 5b19de15b9..bbc66ab952 100644 --- a/code/modules/vchat/vchat_client.dm +++ b/code/modules/vchat/vchat_client.dm @@ -383,6 +383,9 @@ var/to_chat_src set name = "Export chatlog" set category = "OOC" + to_chat(usr, "This verb is temporarily disabled due to performance issues.") + return + if(chatOutput.broken) to_chat(src, "Error: VChat isn't processing your messages!") return