Fixing conflict and allowing export chatlog

This commit is contained in:
Cadyn
2020-10-21 13:28:59 -07:00
parent 19517fcede
commit 0c96b58f3f
2 changed files with 0 additions and 18 deletions

View File

@@ -382,9 +382,6 @@ var/to_chat_src
/client/proc/vchat_export_log()
set name = "Export chatlog"
set category = "OOC"
to_chat(usr, "<span class='warning'>This verb is temporarily disabled due to performance issues.</span>") //CHOMPEdit
return //CHOMPEdit
if(chatOutput.broken)
to_chat(src, "<span class='warning'>Error: VChat isn't processing your messages!</span>")