mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-13 09:13:24 +01:00
Checks the Ticks
This commit is contained in:
@@ -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>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user