This commit is contained in:
parent
59d7687da3
commit
e043b5bd2b
2 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class areaFillSetup extends Setup {
|
|||
}
|
||||
|
||||
public static void register() {
|
||||
setupCreator.registerSetupCreator("region", areaFillSetup::new);
|
||||
setupCreator.registerSetupCreator("cubeFill", areaFillSetup::new);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -8,6 +8,7 @@ public interface setupCreator {
|
|||
static void registerSetupCreators() {
|
||||
regionSetup.register();
|
||||
areaPermSetup.register();
|
||||
areaFillSetup.register();
|
||||
}
|
||||
|
||||
static void registerSetupCreator(String setupId, setupCreator creator) {
|
||||
|
|
Loading…
Reference in a new issue