From c6668c85ea1209536ac957ac51b26e44a524295c Mon Sep 17 00:00:00 2001 From: Shadow Quill Date: Sun, 19 Jul 2020 16:19:50 -0500 Subject: [PATCH] Scree --- code/modules/vchat/html/vchat.html | 2 +- code/modules/vchat/vchat_client.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vchat/html/vchat.html b/code/modules/vchat/html/vchat.html index f11fcb974e..a3612d78e4 100644 --- a/code/modules/vchat/html/vchat.html +++ b/code/modules/vchat/html/vchat.html @@ -137,7 +137,7 @@ - + diff --git a/code/modules/vchat/vchat_client.dm b/code/modules/vchat/vchat_client.dm index 20683f2435..4a2288faac 100644 --- a/code/modules/vchat/vchat_client.dm +++ b/code/modules/vchat/vchat_client.dm @@ -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()