forked from MagicBane/Server
resource merchant work
This commit is contained in:
@@ -1220,7 +1220,6 @@ public class CharacterItemManager {
|
|||||||
if (this.inventory.contains(i)) {
|
if (this.inventory.contains(i)) {
|
||||||
this.inventory.remove(i);
|
this.inventory.remove(i);
|
||||||
this.itemIDtoType.remove(i.getObjectUUID());
|
this.itemIDtoType.remove(i.getObjectUUID());
|
||||||
updateInventory(i, false);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user