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

Commit

Permalink
v2.1.1 - Improve performance :)
Browse files Browse the repository at this point in the history
  • Loading branch information
brysondev committed Sep 17, 2022
1 parent 0ab7c94 commit 017b52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions of_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ 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
)
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
Expand Down

0 comments on commit 017b52c

Please sign in to comment.