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

Commit

Permalink
v1.2.1 - Removed extra echo
Browse files Browse the repository at this point in the history
  • Loading branch information
brysondev authored Jan 5, 2021
1 parent 6ee67d9 commit 47830a4
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 @@ -67,7 +67,7 @@ FOR /F "usebackq skip=2 tokens=1,2*" %%A IN (`REG QUERY %PATH_STEAM% /reg:32 /v
)

set "STEAM_REG_PATH=%STEAM_REG_PATH%\steamapps\sourcemods"
echo %STEAM_REG_PATH%

if not exist "%STEAM_REG_PATH%\" (
echo Steam not installed! ^(Or something broke...^)
goto exitmain
Expand Down Expand Up @@ -103,4 +103,4 @@ echo.
goto exitmain
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:exitmain
PAUSE
PAUSE

0 comments on commit 47830a4

Please sign in to comment.