mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Bypass warning invalid block registered for __RESERVED__
This commit is contained in:
parent
cfbf7dbec0
commit
620308b2ba
@ -1015,7 +1015,7 @@ public enum BlockTypes implements BlockType {
|
|||||||
for (BlockTypes type : oldValues) {
|
for (BlockTypes type : oldValues) {
|
||||||
if (!blockMap.containsKey(type.getId())) {
|
if (!blockMap.containsKey(type.getId())) {
|
||||||
type.init(type.getId(), 0, new ArrayList<>());
|
type.init(type.getId(), 0, new ArrayList<>());
|
||||||
Fawe.debug("Invalid block registered " + type.getId());
|
if (type != __RESERVED__) Fawe.debug("Invalid block registered " + type.getId());
|
||||||
size++;
|
size++;
|
||||||
}
|
}
|
||||||
if (type != __RESERVED__) {
|
if (type != __RESERVED__) {
|
||||||
|
Loading…
Reference in New Issue
Block a user