1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-05 08:03:13 +00:00

Fix BlockCategoryMasks not working

This commit is contained in:
Hannes Greule 2020-07-03 21:57:30 +02:00
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