Checks the Ticks

This commit is contained in:
Shadow Quill
2020-07-19 16:13:31 -05:00
parent b3dac579c6
commit e1ec137e2a
+1 -3
View File
@@ -383,9 +383,6 @@ var/to_chat_src
set name = "Export chatlog"
set category = "OOC"
to_chat(usr, "<span class='warning'>This verb is temporarily disabled due to performance issues.</span>")
return
if(chatOutput.broken)
to_chat(src, "<span class='warning'>Error: VChat isn't processing your messages!</span>")
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"]]<br>"
CHECK_TICK
o_file << "</body></html>"