Fix console spam, we don't really need that anyway
This commit is contained in:
parent
95565b38c3
commit
f95bfbb600
1 changed files with 1 additions and 2 deletions
|
@ -82,8 +82,7 @@ public final class Tier
|
||||||
return tier;
|
return tier;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Mekanism.logger.error("Invalid tier identifier when retrieving with name.");
|
|
||||||
return BASIC;
|
return BASIC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue