Skip to content

Commit

Permalink
Fix very rare notable inventory errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Dec 25, 2014
1 parent fba4128 commit c8a419c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public PropertyParser() {

// register core dInventory properties
registerProperty(InventoryHolder.class, dInventory.class); // Holder must be loaded first to initiate correctly
registerProperty(InventorySize.class, dInventory.class); // Same with size...(Too small for contents)
registerProperty(InventoryContents.class, dInventory.class);
registerProperty(InventorySize.class, dInventory.class);
registerProperty(InventoryTitle.class, dInventory.class);

// register core dItem properties
Expand Down

0 comments on commit c8a419c

Please sign in to comment.