Remove complicated variable getting

It was there for no reason
This commit is contained in:
Jiří Štefka 2023-02-27 05:43:39 +01:00 committed by GitHub
parent 0ea15a86f5
commit 7cb94c80a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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