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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user