Merge pull request #7353 from Shadow-Quill/CheckExportTick

[SEMI-URGENT] Fixes hanging/crashing server when using the Export-Chatlog verb in OOC
This commit is contained in:
Atermonera
2020-07-19 20:36:45 -07:00
committed by VirgoBot
parent 992903eccc
commit a26d43c7f9

View File

@@ -407,6 +407,7 @@ var/to_chat_src
// Write the messages to the log
for(var/list/result in results)
o_file << "[result["message"]]<br>"
CHECK_TICK
o_file << "</body></html>"