Remove useless echo

This commit is contained in:
Jiří Štefka 2023-02-27 05:42:14 +01:00 committed by GitHub
parent c84d8c7d44
commit 0ea15a86f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -199,7 +199,6 @@ function launch_server {
echo "Starting the server..."
echo
echo
echo $server_file
java $java_launchoptions -jar "$(echo $server_file)" $mc_launchoptions
}