Tell steamcmd to quit after downloading mods

This commit is contained in:
Zontreck 2023-11-03 13:53:32 -07:00
parent b852e99d98
commit 8f28b5a399

View file

@ -125,6 +125,8 @@ class GameServerPageState extends State<GameServerPage> {
await settings.createModFolderIfNotExists();
manifest.add("+quit");
result =
await Process.run(settings.getSteamCmd(), manifest);