[Change] WorldPreset automatically sets DEFAULT to first registered Preset
This commit is contained in:
parent
e70823a587
commit
dd27373063
8 changed files with 24 additions and 8 deletions
|
@ -44,7 +44,7 @@ public class PresetsRegistry {
|
|||
false
|
||||
);
|
||||
|
||||
WorldPresets.DEFAULT = BCL_WORLD;
|
||||
WorldPresets.setDEFAULT(BCL_WORLD);
|
||||
}
|
||||
|
||||
public static TogetherWorldPreset buildPreset(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue