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

Commit 66b82e1

Browse files
authored
v2.1.5 - fix url and remove myself from the "ping" message
1 parent edde9ad commit 66b82e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

of_install.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ echo Installing Open Fortress...
116116
echo.
117117

118118
:: TODO: Possibly let them input threads, but honestly this should be fine for now...
119-
murse.exe upgrade "%STEAM_REG_PATH%\open_fortress" -1 -u "https://toast3.openfortress.fun/toast"
119+
murse.exe upgrade "%STEAM_REG_PATH%\open_fortress" -1
120120
if %ERRORLEVEL% EQU 1 (
121121
echo Something went wrong...
122122
goto exitmain
123123
)
124124
echo Validating just in case...
125125
echo This will take a while...
126126
echo.
127-
murse.exe verify "%STEAM_REG_PATH%\open_fortress" -1 -r -u "https://toast3.openfortress.fun/toast"
127+
murse.exe verify "%STEAM_REG_PATH%\open_fortress" -1 -r
128128
if %ERRORLEVEL% EQU 1 (
129129
echo Something went wrong...
130130
goto exitmain
@@ -203,7 +203,7 @@ goto exitmain
203203
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
204204
:exitmain
205205
echo.
206-
echo For any issues you are unsure about regarding the install, kindly ping bryson on the offical public Open Fortress Discord in #windows-troubleshooting.
206+
echo For any issues you are unsure about regarding the install, kindly ping a dev on the offical public Open Fortress Discord in #windows-troubleshooting.
207207
echo Discord: https://discord.gg/mKjW2ACCrm
208208
echo.
209209
PAUSE

0 commit comments

Comments
 (0)