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
This commit is contained in:
elly1989@rocketmail.com
2012-11-16 01:57:48 +00:00
parent 2aadd58680
commit 43dfc564f4

View File

@@ -160,9 +160,6 @@
rights |= admin_ranks[new_rank] //we input an existing rank, use its rights rights |= admin_ranks[new_rank] //we input an existing rank, use its rights
if(D) if(D)
if((D != usr.client.holder) && (D.rights & R_PERMISSIONS)) //we can't edit another admin with PERMISSIONS rights
usr << "<font color='red'>Error: Topic 'editrights': That ckey has PERMISSIONS rights. We cannot modify.</font>"
return
D.disassociate() //remove adminverbs and unlink from client D.disassociate() //remove adminverbs and unlink from client
D.rank = new_rank //update the rank D.rank = new_rank //update the rank
D.rights = rights //update the rights based on admin_ranks (default: 0) D.rights = rights //update the rights based on admin_ranks (default: 0)