Force version number change.

This commit is contained in:
sigonasr2 2018-07-04 02:35:43 -05:00
parent 862b7399d6
commit c3dff18aef
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -25,7 +25,7 @@ public class DropDeathItems implements Runnable{
this.p=p; this.p=p;
this.deathloc=deathloc; this.deathloc=deathloc;
this.contents=contents; this.contents=contents;
this.inv_contents = Bukkit.createInventory(p, 63); this.inv_contents = Bukkit.createInventory(p, 63);
for (ItemStack it : contents) { for (ItemStack it : contents) {
if (it!=null) { if (it!=null) {
inv_contents.addItem(it); inv_contents.addItem(it);