From 1dbdca4a343db6b3cbc508107b187067af5daaba Mon Sep 17 00:00:00 2001 From: errorage Date: Sun, 17 Nov 2013 04:46:47 +0100 Subject: [PATCH] - Split hotfix into own pull request --- code/modules/admin/verbs/modifyvariables.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/verbs/modifyvariables.dm b/code/modules/admin/verbs/modifyvariables.dm index f63047b0d86..89c8d20f93f 100644 --- a/code/modules/admin/verbs/modifyvariables.dm +++ b/code/modules/admin/verbs/modifyvariables.dm @@ -2,7 +2,6 @@ var/list/forbidden_varedit_object_types = list( /datum/admins, //Admins editing their own admin-power object? Yup, sounds like a good idea. /obj/machinery/blackbox_recorder, //Prevents people messing with feedback gathering /datum/feedback_variable, //Prevents people messing with feedback gathering - /datum/admin_rank //Admin permissions were moved to this object, shouldn't be editable. ) /*