From 45059de113fc7a0e7380430b97c673da34f0e3a4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 18 Jul 2015 23:22:23 +0100 Subject: [PATCH] Removed parms and using config instead --- JustCause2/jc2server | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/JustCause2/jc2server b/JustCause2/jc2server index 848af14f3..84fcce11f 100644 --- a/JustCause2/jc2server +++ b/JustCause2/jc2server @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -version="040715" +version="150715" #### Variables #### @@ -17,13 +17,10 @@ steamuser="anonymous" steampass="" # Start Variables -maxplayers="10" -port="7777" -ip="0.0.0.0" -updateonstart="no" +updateonstart="off" fn_parms(){ -parms="--maxplayers ${maxplayers} --bindip ${ip} --bindport ${port}" +parms="" } #### Advanced Variables ####