Hook up the mod list writer
This commit is contained in:
parent
150bf3a2c3
commit
1bd6da4f1b
1 changed files with 1 additions and 6 deletions
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue