diff --git a/Rust/rustserver b/Rust/rustserver index 6497c0480..8d98109f0 100644 --- a/Rust/rustserver +++ b/Rust/rustserver @@ -45,7 +45,7 @@ parms="-batchmode +server.ip ${ip} +server.port ${port} +server.tickrate ${tickr } # Specific to Rust -if [ -n ${seed} ]; then +if [ -n "${seed}" ]; then # If set, then add to start parms conditionalseed="+server.seed ${seed}" else