diff --git a/of_install.bat b/of_install.bat index 8bc43c8..6b0c483 100755 --- a/of_install.bat +++ b/of_install.bat @@ -109,7 +109,7 @@ echo Installing Open Fortress... echo. :: TODO: Possibly let them input threads, but honestly this should be fine for now... -murse.exe upgrade "%STEAM_REG_PATH%\open_fortress" -u "https://toast3.openfortress.fun/toast" +murse.exe upgrade "%STEAM_REG_PATH%\open_fortress" -1 -u "https://toast3.openfortress.fun/toast" if %ERRORLEVEL% EQU 1 ( echo Something went wrong... goto exitmain @@ -117,7 +117,7 @@ if %ERRORLEVEL% EQU 1 ( echo Validating just in case... echo This will take a while... echo. -murse.exe verify "%STEAM_REG_PATH%\open_fortress" -r -u "https://toast3.openfortress.fun/toast" +murse.exe verify "%STEAM_REG_PATH%\open_fortress" -1 -r -u "https://toast3.openfortress.fun/toast" if %ERRORLEVEL% EQU 1 ( echo Something went wrong... goto exitmain