|
|
@@ -37,10 +37,10 @@ rconport="32330"
|
|
|
rconpassword="" # Set to enable rcon
|
|
|
maxplayers="50"
|
|
|
ip="0.0.0.0"
|
|
|
-updateonstart="off"
|
|
|
-
|
|
|
+updateonstart="off"
|
|
|
+
|
|
|
fn_parms(){
|
|
|
-parms="TheIsland?listen?MultiHome=${ip}?SessionName=${servername}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?ServerAdminPassword=${rconpassword}"
|
|
|
+parms="\"TheIsland?listen?MultiHome=${ip}?SessionName=${servername}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?ServerAdminPassword=${rconpassword}\""
|
|
|
}
|
|
|
|
|
|
#### Advanced Variables ####
|