Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaption authored Apr 30, 2024
1 parent 188d72b commit eee1588
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions LunarClientTools.bat
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if %M%==6 goto :cls-menu
echo.
echo.
echo.
pause
pause >nul
cls
goto :menu
@rem Code to get data.json from LunarClientProfiles repository
Expand Down Expand Up @@ -200,7 +200,7 @@ goto :json-auto
pause >nul
cls
goto :menu
@rem Check user's profiles
@rem Scan settings folder for user profiles to display a list
:json-list
echo.
@echo off
Expand All @@ -223,7 +223,7 @@ echo.
echo.
echo.
endlocal
pause
pause >nul
cls
goto :menu
@rem Scan for available profiles on the user's computer
Expand Down Expand Up @@ -331,7 +331,7 @@ echo.
echo Successfully generated profile_manager.json on your desktop.
echo.
echo.
pause
pause >nul
cls
goto :menu
@rem Save a copy of the user's profiles, profile manager file, and waypoints on their desktop
Expand Down Expand Up @@ -364,7 +364,7 @@ echo File Path: "%userprofile%"\Desktop\LCT-Profiles
echo.
echo.
echo.
pause
pause >nul
cls
goto :menu
@rem Delete LunarClient's cache (will be recreated next launch)
Expand All @@ -381,7 +381,7 @@ echo Successfully deleted LunarClient game cache.
echo.
echo.
echo.
pause
pause >nul
cls
goto :menu
@rem Simply opens the .lunarclient folder
Expand All @@ -394,7 +394,7 @@ echo Successfully opened .lunarclient in a new window.
echo.
echo.
echo.
pause
pause >nul
cls
goto :menu
@rem Change if Lunar should use your integrated, or dedicated graphics
Expand Down Expand Up @@ -436,7 +436,7 @@ if defined javaw_path (
)
echo.
echo.
pause
pause >nul
cls
goto :menu
@rem Confirm (again)
Expand Down Expand Up @@ -470,7 +470,7 @@ if defined javaw_path (
)
echo.
echo.
pause
pause >nul
cls
goto :menu
@rem Exit
Expand Down

0 comments on commit eee1588

Please sign in to comment.