Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 02:50:06 +01:00
Fixes #265
Dieser Commit ist enthalten in:
Ursprung
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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren