From 43dfc564f4c2ad6fea60d1b11d1de55e9390154f Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Fri, 16 Nov 2012 01:57:48 +0000 Subject: [PATCH] Removing an inconsistent restriction from the rightsedit thing. I'll need to talk to Erro to figure out what to do with that. Personally, I'd like to think people with PERMISSIONS rights could be trusted but you never know >_> bloody internet git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5083 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/topic.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 3b17732a519..9a49ef42deb 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -160,9 +160,6 @@ rights |= admin_ranks[new_rank] //we input an existing rank, use its rights if(D) - if((D != usr.client.holder) && (D.rights & R_PERMISSIONS)) //we can't edit another admin with PERMISSIONS rights - usr << "Error: Topic 'editrights': That ckey has PERMISSIONS rights. We cannot modify." - return D.disassociate() //remove adminverbs and unlink from client D.rank = new_rank //update the rank D.rights = rights //update the rights based on admin_ranks (default: 0)