mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -407,6 +407,7 @@ var/to_chat_src
|
|||||||
// Write the messages to the log
|
// Write the messages to the log
|
||||||
for(var/list/result in results)
|
for(var/list/result in results)
|
||||||
o_file << "[result["message"]]<br>"
|
o_file << "[result["message"]]<br>"
|
||||||
|
CHECK_TICK
|
||||||
|
|
||||||
o_file << "</body></html>"
|
o_file << "</body></html>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user