Skip to content

Commit

Permalink
Fixed Firestriker Exception Error
Browse files Browse the repository at this point in the history
  • Loading branch information
VetheonGames committed Sep 21, 2021
1 parent 4ed07f4 commit fa7c108
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class FireStriker implements Runnable, InventoryHolder {
public FireStriker(Player player, ItemStack item) {
Survival plugin = Survival.getInstance();
Lang lang = plugin.getLang();
this.inv = Bukkit.createInventory(this, InventoryType.FURNACE, Utils.getColoredString(lang.firestriker));
this.inv = Bukkit.createInventory(null, InventoryType.FURNACE, Utils.getColoredString(lang.firestriker));
this.player = player;
this.item = item;
this.MAX_COOK_TIME = plugin.getSurvivalConfig().ITEM_FIRESTRIKER_COOK_TIME;
Expand Down
Binary file modified target/SurvivalPlus-4.0.2-RELEASE.jar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven
#Tue Sep 14 14:24:07 MDT 2021
#Mon Sep 20 22:32:20 MDT 2021
groupId=veth.vetheon
artifactId=SurvivalPlus
version=4.0.2-RELEASE
Empty file.
Empty file.

0 comments on commit fa7c108

Please sign in to comment.