Skip to content
Snippets Groups Projects

fix(Config loading/saving & Application Properties): Improve config loading and saving. Fix the directories to include in server pack setting by loading the correct settings with from a corrected property. Delete you `serverpackcreator.properties`-file to

Merged Griefed requested to merge develop into main
16 files
+ 375
337
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -162,7 +162,7 @@ public class ZipController {
if (clientMods.length() == 0) {
clientMods =
UTILITIES.StringUtils()
.buildString(APPLICATIONPROPERTIES.getListFallbackMods().toString());
.buildString(APPLICATIONPROPERTIES.getListFallbackMods());
}
return ResponseEntity.ok()
Loading