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 )