Skip to content

Commit 24479f1

Browse files
authored
Bug Fix
1 parent 3cd3d62 commit 24479f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TheCyberCode-BuildTools_Extractor.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ echo [BT Helper] Path Changed: %cd%
6262
echo [BT Helper] Current Path %cd%
6363
set /p dSkip= [BT Helper] Type 1 to Skip Decompile if you want to decompile just hit enter:
6464
if "%dSkip%" equ "1" goto:skip
65-
if "%dSkip%" equ "1" goto:decompile
65+
if "%dSkip%" equ " " goto:decompile
6666
:decompile
6767
echo [BT Helper] Press any key to continue or if you did this was wrong just close this file within 30 seconds. >> ..\cyberlog.txt
6868
echo [BT Helper] 30 Seconds Till Starting Decompile Or Hit Enter to start now! >> ..\cyberlog.txt
@@ -146,4 +146,4 @@ echo [BT Helper] Finished at %time% on %date%
146146
timeout /t 10
147147
echo ----------------------------------- {%date% %time% - Extractor Finished - Exited} ----------------------------------- >> ..\..\cyberlog.txt
148148
echo ----------------------------------- {%date% %time% - Extractor Finished - Exited} -----------------------------------
149-
exit
149+
exit

0 commit comments

Comments
 (0)