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 ####