Skip to content

Commit

Permalink
Spigot 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Nov 13, 2020
1 parent a0da0d4 commit aa63d8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<version>1.16.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down
Expand Up @@ -177,4 +177,9 @@ public InventoryHolder getHolder(boolean useSnapshot) {
public HashMap<Integer, ItemStack> removeItemAnySlot(ItemStack... items) throws IllegalArgumentException {
return new HashMap<Integer, ItemStack>();
}

@Override
public boolean isEmpty() {
return false;
}
}

0 comments on commit aa63d8c

Please sign in to comment.