Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 017b52c

Browse files
author
brysondev
committed
v2.1.1 - Improve performance :)
1 parent 0ab7c94 commit 017b52c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

of_install.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ echo Installing Open Fortress...
109109
echo.
110110

111111
:: TODO: Possibly let them input threads, but honestly this should be fine for now...
112-
murse.exe upgrade "%STEAM_REG_PATH%\open_fortress" -u "https://toast3.openfortress.fun/toast"
112+
murse.exe upgrade "%STEAM_REG_PATH%\open_fortress" -1 -u "https://toast3.openfortress.fun/toast"
113113
if %ERRORLEVEL% EQU 1 (
114114
echo Something went wrong...
115115
goto exitmain
116116
)
117117
echo Validating just in case...
118118
echo This will take a while...
119119
echo.
120-
murse.exe verify "%STEAM_REG_PATH%\open_fortress" -r -u "https://toast3.openfortress.fun/toast"
120+
murse.exe verify "%STEAM_REG_PATH%\open_fortress" -1 -r -u "https://toast3.openfortress.fun/toast"
121121
if %ERRORLEVEL% EQU 1 (
122122
echo Something went wrong...
123123
goto exitmain

0 commit comments

Comments
 (0)