Permissions

Hello
Am I doing it wrong or are the permissions still not working?

"rifle.ak": {
"PermissionSettings": {
"firearmmodifier.1": {
"SkinId": 0,
"MagazineSize": 30,
"PreloadSize": 0,
"Condition": 150,
"InfiniteCondition": false,
"InfiniteAmmo": false,
"DropOnDeath": false,
"WeaponName": "",
"AmmoType": "",
"ItemID": 1545779598
},
"firearmmodifier.2": {
"SkinId": 0,
"MagazineSize": 100,
"PreloadSize": 0,
"Condition": 150,
"InfiniteCondition": false,
"InfiniteAmmo": false,
"DropOnDeath": false,
"WeaponName": "",
"AmmoType": "",
"ItemID": 1545779598
}

+1 having same prob.. was tryna do a raidable base wit the rocket launcher and its still set at 2 rocket rounds..

individual permission seem to work fine but not group permission

Need to change line 818 , to remove an extra trailing white space
string result = dingus.Substring(0, index);
to
string result = dingus.Substring(0, index).Trim();