Do not check game server for updates

This commit is contained in:
zontreck 2024-05-25 06:28:52 -07:00
parent 2ea938a11d
commit 9d584d151d

View file

@ -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();