From 017b52c60207205f2ba791860e23b4bbfcc58986 Mon Sep 17 00:00:00 2001 From: brysondev Date: Fri, 16 Sep 2022 21:38:57 -0400 Subject: [PATCH] v2.1.1 - Improve performance :) --- of_install.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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