Hi there, I have it setup that I the owner have the owner group and tag in game when on duty, I keep removing myself from the admin group but everytime I switch between on and off duty i get given the admin group.

Is there any way to fix resolve this?

{
  "Groups": {
    "Staffowner": {
      "GroupName": "Owner",
      "AuthLevel": 2,
      "OffDutyGroup": "default",
      "OnDutyGroup": "owner",
      "PermissionNode": "staffmode.owner"
    },
    "Staffadmin": {
      "GroupName": "Staffadmin",
      "AuthLevel": 1,
      "OffDutyGroup": "default",
      "OnDutyGroup": "admin",
      "PermissionNode": "staffmode.admin"
    },
    "Staffmod": {
      "GroupName": "Staffmod",
      "AuthLevel": 1,
      "OffDutyGroup": "default",
      "OnDutyGroup": "mod",
      "PermissionNode": "staffmode.mod"
    }
  }
}​