Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Commit 07ed05e

Browse files
authored
πŸ”– Version 1.2.2
2 parents c963518 + 756c8a8 commit 07ed05e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

β€Žbuild.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'fr.bakaaless'
7-
version '1.2.0'
7+
version '1.2.2'
88

99
def spigotVersion = '1.16'
1010
def subVersion = '.5'

β€Žsrc/main/java/fr/bakaaless/api/inventory/ItemAPI.javaβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ private ItemAPI(final int slot, final ItemStack item, final Function<Object, Ite
5858
this.slot = slot;
5959
this.item = item;
6060
this.function = function;
61-
this.item = new ItemStack(Material.AIR);
6261
this.refresh(this);
6362
this.cancelled = cancelled;
6463
this.consumer = consumer;

0 commit comments

Comments
Β (0)