Force version number change.
This commit is contained in:
parent
862b7399d6
commit
c3dff18aef
Binary file not shown.
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user