|
|
|
@ -1220,7 +1220,6 @@ public class CharacterItemManager {
@@ -1220,7 +1220,6 @@ public class CharacterItemManager {
|
|
|
|
|
if (this.inventory.contains(i)) { |
|
|
|
|
this.inventory.remove(i); |
|
|
|
|
this.itemIDtoType.remove(i.getObjectUUID()); |
|
|
|
|
updateInventory(i, false); |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|