better comment
This commit is contained in:
parent
7471ccae0e
commit
8a3d9de631
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if "%ERRORLEVEL%" == "0" (
|
||||||
echo "Lavaling already started."
|
echo "Lavaling already started."
|
||||||
) else (
|
) else (
|
||||||
echo "Starting Lavalink server..."
|
echo "Starting Lavalink server..."
|
||||||
start java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar 1> NUL & REM showing only stderror
|
start java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar REM Starting the server in another window
|
||||||
)
|
)
|
||||||
cd ..
|
cd ..
|
||||||
echo "Starting Discord bot..."
|
echo "Starting Discord bot..."
|
||||||
|
|
Reference in a new issue