Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2025-01-11 18:10:52 +01:00
Fix BlockCategoryMasks not working
Dieser Commit ist enthalten in:
Ursprung
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
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren