Do not check game server for updates
This commit is contained in:
parent
2ea938a11d
commit
9d584d151d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ void main() async {
|
|||
print("Initialized Steamcmd and Proton");
|
||||
|
||||
print("Checking for game server updates...");
|
||||
await settings.RunUpdate();
|
||||
await settings.RunUpdate(valid: false);
|
||||
await settings.createModFolderIfNotExists();
|
||||
await settings.createServerModFolderIfNotExists();
|
||||
await settings.createModJailFolderIfNotExists();
|
||||
|
|
Loading…
Reference in a new issue