diff --git a/code/datums/keybindings/admin_keybinds.dm b/code/datums/keybindings/admin_keybinds.dm index f2f9675f2aa..3bf1e6b1736 100644 --- a/code/datums/keybindings/admin_keybinds.dm +++ b/code/datums/keybindings/admin_keybinds.dm @@ -4,7 +4,7 @@ var/rights /datum/keybinding/admin/can_use(client/C, mob/M) - if(rights && !check_rights(rights, FALSE)) + if(rights && !check_rights(rights, FALSE, M)) return FALSE return !isnull(C.holder) && ..()