Bypass warning invalid block registered for __RESERVED__

This commit is contained in:
BuildTools 2018-10-02 05:51:08 -04:00
parent cfbf7dbec0
commit 620308b2ba

View File

@ -1015,7 +1015,7 @@ public enum BlockTypes implements BlockType {
for (BlockTypes type : oldValues) {
if (!blockMap.containsKey(type.getId())) {
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++;
}
if (type != __RESERVED__) {