diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 087bfdd..621615f 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/DropDeathItems.java b/src/sig/plugin/TwosideKeeper/DropDeathItems.java index 028e46a..87ca4fa 100644 --- a/src/sig/plugin/TwosideKeeper/DropDeathItems.java +++ b/src/sig/plugin/TwosideKeeper/DropDeathItems.java @@ -25,7 +25,7 @@ public class DropDeathItems implements Runnable{ this.p=p; this.deathloc=deathloc; this.contents=contents; - this.inv_contents = Bukkit.createInventory(p, 63); + this.inv_contents = Bukkit.createInventory(p, 63); for (ItemStack it : contents) { if (it!=null) { inv_contents.addItem(it);