Remove complicated variable getting
It was there for no reason
This commit is contained in:
parent
0ea15a86f5
commit
7cb94c80a2
2
msman.sh
2
msman.sh
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user