Fixed server build error / Possible crash fix

This commit is contained in:
Anuken
2018-09-02 11:00:14 -04:00
parent 0fb336cf7b
commit 56ae47cd8d
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ import io.anuke.ucore.util.Log;
* Hold and organizes a list of block stats.
*/
public class BlockStats{
private static final boolean errorWhenMissing = true;
private static final boolean errorWhenMissing = false;
private final OrderedMap<StatCategory, OrderedMap<BlockStat, StatValue>> map = new OrderedMap<>();
private final Block block;