mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 19:45:43 +01:00
Save config on initialization
This commit is contained in:
parent
312844be78
commit
26e3b1ee27
@ -159,6 +159,8 @@ public class MainConfig extends BRConfig {
|
||||
if (!config.contains("default")) {
|
||||
config.createSection("default");
|
||||
}
|
||||
|
||||
save();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user