From 29a98fb8b2ef1cb0b645e801ec1db1df3bc3875d Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Fri, 15 Sep 2017 17:50:13 -0400 Subject: [PATCH] perm check --- code/modules/client/client procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index fd6dd8ad215..2720f8086d0 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -436,7 +436,7 @@ on_holder_add() add_admin_verbs() admin_memo_output("Show", 0, 1) - if(custom_event_admin_msg && custom_event_admin_msg != "") + if(custom_event_admin_msg && custom_event_admin_msg != "" && check_rights(R_EVENT)) cmd_view_custom_event_info() // Forcibly enable hardware-accelerated graphics, as we need them for the lighting overlays.