This commit is contained in:
NotMyFault 2021-02-08 13:20:56 +01:00
parent 5f83643d88
commit eead11f32a
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -205,7 +205,6 @@ public class BlockTypesCache {
String defaultState = blockMap.remove(id);
if (defaultState == null) {
if (internalId != 0) {
getLogger(BlockTypesCache.class).info("Ignoring invalid block {}", id);
continue;
}
defaultState = id;