View inventory not workingFixed

Hi there,
Since the last update I have been unable to use the button to view the Player Inventory, my permissions are correct as I can issue commands to view inventorys but not through PlayerAdministration.

Can you check this out for me please.

TIA OldRusty

Nothing should be affected, please try the old version and see if it works. 
i am having same problem it worked before
I will investigate
I am also having this issue. Permissions are a assigned appropriately but it says I don't have permission to view inventories. 
Please make sure you have assigned the correct permission, as I cannot reproduce this. This is handled by the third party plugin, so the permission is `inventoryviewer.allowed`
the inventory viewer chat command works i will see if ther is a update for it

Merged post

in the logs i am getting this "Tried to execute a command requiring the 'backpacks.admin' permission"i do not have backpacks installedon live 3016 " if (aPlayer.IsServer || !VerifyPermission(ref player, CPermBackpacks, true) || !GetTargetFromArg(aArgs, out targetId))"sued be " if (aPlayer.IsServer || !VerifyPermission(ref player, CPermInventory, true) || !GetTargetFromArg(aArgs, out targetId))"
@unboxingman thank you for the patch!.
Locked automatically