From 3fa535f88ea00512ce35a064f93fc3bcabe42efd Mon Sep 17 00:00:00 2001 From: DrCox1911 Date: Sat, 23 Apr 2016 22:59:56 +0200 Subject: [PATCH] Support for branch added Added the support to opt in to different branches like iwillbackupmysave. Change in install_serverfiles.sh is also needed to reflect this! --- ProjectZomboid/pzserver | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ProjectZomboid/pzserver b/ProjectZomboid/pzserver index 701827e96..d719944cd 100644 --- a/ProjectZomboid/pzserver +++ b/ProjectZomboid/pzserver @@ -42,6 +42,9 @@ githubbranch="master" # Steam appid="380870" +# Allows for opting into the various Steam branches that PZ has to offer +# Example: -beta iwillbackupmysave -betapassword iaccepttheconsequences +branch="" # Server Details servicename="pz-server"