From e1ec137e2ad8f4f70f160fa8a2decdca954fe934 Mon Sep 17 00:00:00 2001 From: Shadow Quill Date: Sun, 19 Jul 2020 16:13:31 -0500 Subject: [PATCH] Checks the Ticks --- code/modules/vchat/vchat_client.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/vchat/vchat_client.dm b/code/modules/vchat/vchat_client.dm index 9fdd8315ac..5b19de15b9 100644 --- a/code/modules/vchat/vchat_client.dm +++ b/code/modules/vchat/vchat_client.dm @@ -383,9 +383,6 @@ 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 @@ -410,6 +407,7 @@ var/to_chat_src // Write the messages to the log for(var/list/result in results) o_file << "[result["message"]]
" + CHECK_TICK o_file << ""