Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +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…
In neuem Issue referenzieren
Einen Benutzer sperren