From a26d43c7f9b288307e90a9fa7000739dc06c7209 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Sun, 19 Jul 2020 20:36:45 -0700 Subject: [PATCH] Merge pull request #7353 from Shadow-Quill/CheckExportTick [SEMI-URGENT] Fixes hanging/crashing server when using the Export-Chatlog verb in OOC --- code/modules/vchat/vchat_client.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vchat/vchat_client.dm b/code/modules/vchat/vchat_client.dm index 25486ac554..4a2288faac 100644 --- a/code/modules/vchat/vchat_client.dm +++ b/code/modules/vchat/vchat_client.dm @@ -407,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 << ""