mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-28 06:54:04 +00:00
Fixes #265
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user