strip newline

This commit is contained in:
Mylloon 2021-08-15 18:35:49 +02:00
parent acba430a53
commit ed17e20034

View file

@ -6,7 +6,6 @@ if exist Lavalink.jar (
echo "Downloading Lavalink ..."
call download.bat
)
tasklist /FI "ImageName eq java.exe" 2> NUL | find /i "Console" > NUL
if %ERRORLEVEL% == 0 (
echo "Lavaling already started."