From 1bd6da4f1ba35690a19a3db640f71851f55976ad Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 4 Nov 2023 22:27:14 -0700 Subject: [PATCH] Hook up the mod list writer --- lib/game.dart | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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(); } }, ),