8283848586878889909192
// if there is a target, show an inventory if (target != null) { // if -p, show previous target's inventory if (options.hasOption('p')) target.showSavedInventory(player); else target.showInventory(player); } return true; }