mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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);
|
super(extent);
|
||||||
checkNotNull(category);
|
checkNotNull(category);
|
||||||
this.category = category;
|
this.category = category;
|
||||||
|
this.category.getAll(); // load category so BlockCategory#contains actually works
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user