Skip to content
Snippets Groups Projects
Verified Commit a91ddd8f authored by Griefed's avatar Griefed :joystick:
Browse files

deps(ServerPackCreator): Update ServerPackCreator implementation to version 3.0.0-beta.1

parent c15e52cd
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ public class ExamplePlugin extends Plugin {
LOG_ADDONS.info("Error occurred creating parent directories.", ex);
}
new ConfigUtilities(null,null,null,applicationProperties, null)
new ConfigUtilities(null,null,null,applicationProperties, null, null)
.writeConfigToFile(configurationModel, new File(destination + "/serverpackcreator.conf"));
/*
Write all your post-gen-pre-zip stuff here...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment