diff --git a/lib/game.dart b/lib/game.dart index f6db48b..c0406f8 100644 --- a/lib/game.dart +++ b/lib/game.dart @@ -249,12 +249,7 @@ class GameServerPageState extends State { }); // Generate the actual mod list now - await settings.createServerModFolderIfNotExists(); - if (Platform.isWindows) { - // Save the paths exactly - } else { - // Save the paths relative to the Z: drive - } + await settings.writeOutModListFile(); } }, ),