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)