From 018cc40f7d91dd7eda34c11faabf18ae35db2bc6 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:02:16 +0100 Subject: [PATCH] VV open logs (#26647) --- code/datums/datumvars.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm index 28021303618..b8eca7a5677 100644 --- a/code/datums/datumvars.dm +++ b/code/datums/datumvars.dm @@ -466,6 +466,7 @@ "} + log_admin("[key_name(usr)] opened VV for [D] ([D.UID()])") usr << browse(html, "window=variables[refid];size=475x650") #define VV_HTML_ENCODE(thing) ( sanitize ? html_encode(thing) : thing )