From f5db4bf695939b772104cd0d614e1bc9dcc985ff Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Mon, 13 Jul 2020 10:42:47 +0200 Subject: [PATCH] Merge branch 'master' --- .../slimefun4/implementation/items/armor/HazmatArmorPiece.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/armor/HazmatArmorPiece.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/armor/HazmatArmorPiece.java index 6cc0d0324..f50860c3b 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/armor/HazmatArmorPiece.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/armor/HazmatArmorPiece.java @@ -30,7 +30,7 @@ public class HazmatArmorPiece extends SlimefunArmorPiece implements ProtectiveAr super(category, item, recipeType, recipe, effects); types = new ProtectionType[] { ProtectionType.BEES, ProtectionType.RADIATION }; - namespacedKey = new NamespacedKey(SlimefunPlugin.instance, "hazmat_suit"); + namespacedKey = new NamespacedKey(SlimefunPlugin.instance(), "hazmat_suit"); } @Override