From 293fc7ce6ca9b1489bd896ddbb18f3184ca09f5e Mon Sep 17 00:00:00 2001 From: Intigracy Date: Sat, 27 Jul 2013 03:30:33 -0700 Subject: [PATCH] Removed the check in jobbans that prevented admins from banning each other. Everything is already logged up the yinyang, admins are able to regular ban themselves, even perma, and sometimes an admin NEEDS to be jobbanned for something. --- code/modules/admin/topic.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index df13f57172b..c0f5951cc71 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -699,11 +699,6 @@ usr << "This can only be used on instances of type /mob" return - if(M != usr) //we can jobban ourselves - if (check_rights_for(M, R_BAN)) //they can ban too. So we can't ban them - alert("You cannot perform this action. You must be of a higher administrative rank!") - return - if(!job_master) usr << "Job Master has not been setup!" return