9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-28 03:19:25 +00:00

Added comment to a disgusting bodge

This commit is contained in:
Auxilor
2021-01-20 11:47:15 +00:00
parent a6156de8ff
commit d22a1b238a

View File

@@ -140,6 +140,7 @@ public class ArmorUtils {
*/
@Nullable
public static String getCrystalTier(@NotNull final ItemStack itemStack) {
// I have no idea when null gets passed but it broke crystal crafting so this check goes here.
if (itemStack == null) {
return null;
}