Hook up the mod list writer

This commit is contained in:
zontreck 2023-11-04 22:27:14 -07:00
parent 150bf3a2c3
commit 1bd6da4f1b

View file

@ -249,12 +249,7 @@ class GameServerPageState extends State<GameServerPage> {
}); });
// Generate the actual mod list now // Generate the actual mod list now
await settings.createServerModFolderIfNotExists(); await settings.writeOutModListFile();
if (Platform.isWindows) {
// Save the paths exactly
} else {
// Save the paths relative to the Z: drive
}
} }
}, },
), ),