Force version number change.

master
sigonasr2 7 years ago
parent 862b7399d6
commit c3dff18aef
  1. BIN
      TwosideKeeper.jar
  2. 2
      src/sig/plugin/TwosideKeeper/DropDeathItems.java

Binary file not shown.

@ -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);

Loading…
Cancel
Save