From e571e921c234f5dc67e643111cccb293aaab9331 Mon Sep 17 00:00:00 2001
From: maxdlpee <77379259+maxdlpee@users.noreply.github.com>
Date: Wed, 4 Oct 2023 20:27:41 -0300
Subject: [PATCH] Fix Help redirect

Instead of redirecting to https://massgrave.dev/troubleshoot.html it incorrectly redirects to https://https//massgrave.dev//troubleshoot.html
---
 MAS/All-In-One-Version/MAS_AIO.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAS/All-In-One-Version/MAS_AIO.cmd b/MAS/All-In-One-Version/MAS_AIO.cmd
index 3a2e4b1..7c40274 100644
--- a/MAS/All-In-One-Version/MAS_AIO.cmd
+++ b/MAS/All-In-One-Version/MAS_AIO.cmd
@@ -258,7 +258,7 @@ choice /C:123456780 /N
 set _erl=%errorlevel%
 
 if %_erl%==9 exit /b
-if %_erl%==8 start https://%mas%/troubleshoot.html & goto :MainMenu
+if %_erl%==8 start %mas%troubleshoot.html & goto :MainMenu
 if %_erl%==7 goto:Extras
 if %_erl%==6 setlocal & call :troubleshoot      & cls & endlocal & goto :MainMenu
 if %_erl%==5 setlocal & call :_Check_Status_wmi & cls & endlocal & goto :MainMenu