Ver Fonte

Merge branch 'master' of https://github.com/dgibbs64/linuxgameservers

Daniel Gibbs há 11 anos atrás
pai
commit
2c2c5f0a39
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      Arma3/arma3server

+ 2 - 2
Arma3/arma3server

@@ -4,7 +4,7 @@
 # Author: Daniel Gibbs
 # Contributor: Scarsz
 # Website: http://danielgibbs.co.uk
-# Version: 081214
+# Version: 010115
 
 #### Variables ####
 
@@ -21,7 +21,7 @@ steampass="password"
 ip="0.0.0.0"
 
 fn_parms(){
-parms="-netlog -port=${serverport} -ip=${ip} -config=${servercfg}"
+parms="-netlog -ip=${ip} -config=${servercfg}"
 }
 
 #### Advanced Variables ####