diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index cb2c649..ccaa32d 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/BaublePouch.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/BaublePouch.java index cf15ad4..ffaee4e 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/BaublePouch.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/BaublePouch.java @@ -62,6 +62,7 @@ public class BaublePouch { int id = getBaublePouchID(item); Dropper d = getBaublePouchDropper(id); d.getChunk().load(); + GenericFunctions.renameDropper(d, ChatColor.stripColor(((ItemUtils.hasDisplayName(item))?ItemUtils.getDisplayName(item):"Bauble Pouch #"+id))); p.openInventory(d.getInventory()); SoundUtils.playLocalSound(p, Sound.ITEM_ARMOR_EQUIP_LEATHER, 1.0f, 1.0f); } else { diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java index 1286411..83a9d3f 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java @@ -2408,7 +2408,7 @@ public class GenericFunctions { //Check all equipment slots for this item. for (int i=0;i