mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-18 01:46:11 +00:00
Fixes #265
This commit is contained in:
parent
5f83643d88
commit
eead11f32a
@ -205,7 +205,6 @@ public class BlockTypesCache {
|
|||||||
String defaultState = blockMap.remove(id);
|
String defaultState = blockMap.remove(id);
|
||||||
if (defaultState == null) {
|
if (defaultState == null) {
|
||||||
if (internalId != 0) {
|
if (internalId != 0) {
|
||||||
getLogger(BlockTypesCache.class).info("Ignoring invalid block {}", id);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
defaultState = id;
|
defaultState = id;
|
||||||
|
Loading…
Reference in New Issue
Block a user