strip newline
This commit is contained in:
parent
acba430a53
commit
ed17e20034
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ if exist Lavalink.jar (
|
||||||
echo "Downloading Lavalink ..."
|
echo "Downloading Lavalink ..."
|
||||||
call download.bat
|
call download.bat
|
||||||
)
|
)
|
||||||
|
|
||||||
tasklist /FI "ImageName eq java.exe" 2> NUL | find /i "Console" > NUL
|
tasklist /FI "ImageName eq java.exe" 2> NUL | find /i "Console" > NUL
|
||||||
if %ERRORLEVEL% == 0 (
|
if %ERRORLEVEL% == 0 (
|
||||||
echo "Lavaling already started."
|
echo "Lavaling already started."
|
||||||
|
|
Reference in a new issue