mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Update towny hook / fix pattern traverser
This commit is contained in:
@ -1014,6 +1014,7 @@ public enum BlockTypes implements BlockType {
|
||||
int size = blockMap.size();
|
||||
for (BlockTypes type : oldValues) {
|
||||
if (!blockMap.containsKey(type.getId())) {
|
||||
type.init(type.getId(), 0, new ArrayList<>());
|
||||
Fawe.debug("Invalid block registered " + type.getId());
|
||||
size++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user