Explorar o código

Needed double quotes to work

UltimateByte %!s(int64=10) %!d(string=hai) anos
pai
achega
1ebb1139a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Rust/rustserver

+ 1 - 1
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