Okay, so when I make a group and set the inheritance, it just sets it to inherit from "User". When I try to set it back, it doesn't change. All of my groups inherit from "User" right now, even when I try to change it.
For example, my ranks should be:
User
Donor>User
Moderator>Donor
Admin>Moderator
Superadmin>Admin
Instead, it's like
User
Donor>User
Moderator>User
Admin>User
Superadmin>User
I can change the commands and permission and all, everything works, I just cant change the inheritance. Help?