mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix BlockCategoryMasks not working
This commit is contained in:
parent
9da4bbef5f
commit
11373c865a
@ -37,6 +37,7 @@ public class BlockCategoryMask extends AbstractExtentMask {
|
||||
super(extent);
|
||||
checkNotNull(category);
|
||||
this.category = category;
|
||||
this.category.getAll(); // load category so BlockCategory#contains actually works
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user