geforkt von Mirrors/FastAsyncWorldEdit
Fixes #265
Dieser Commit ist enthalten in:
Ursprung
5f83643d88
Commit
eead11f32a
@ -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;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren