From 2ffff209145a4f0025e7f92c3b9261c06821d344 Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Thu, 7 Jan 2021 15:21:13 +0000 Subject: [PATCH] Whoops (#15258) --- code/modules/admin/verbs/adminsay.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminsay.dm b/code/modules/admin/verbs/adminsay.dm index fa06794131e..78f3caa7e53 100644 --- a/code/modules/admin/verbs/adminsay.dm +++ b/code/modules/admin/verbs/adminsay.dm @@ -26,7 +26,7 @@ SSblackbox.record_feedback("tally", "admin_verb", 1, "Asay") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! /client/proc/get_admin_say() - if(check_rights(R_ADMIN)) + if(check_rights(R_ADMIN, FALSE)) var/msg = input(src, null, "asay \"text\"") as text|null cmd_admin_say(msg) else if(check_rights(R_MENTOR))