This commit is contained in:
Shadow Quill
2020-07-19 16:19:50 -05:00
parent f0a66971eb
commit c6668c85ea
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@
</div>
</div>
</div>
<!-- <button class="ui button" @click="save_chatlog">Export Chatlog</button> YW EDIT: disabled until we can fix the lag -->
<button class="ui button" @click="save_chatlog">Export Chatlog</button>
</div>
</div>
</div>

View File

@@ -133,7 +133,7 @@ GLOBAL_DATUM_INIT(iconCache, /savefile, new("data/iconCache.sav")) //Cache of ic
send_playerinfo()
load_database()
//YW EDIT: disabled until we can fix the lag: owner.verbs += /client/proc/vchat_export_log
owner.verbs += /client/proc/vchat_export_log
//Perform DB shenanigans
/datum/chatOutput/proc/load_database()