Parcourir la source

renamed var to branch for continuity with steamCMD

Daniel Gibbs il y a 9 ans
Parent
commit
6d5ea2090c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      Factorio/fctrserver

+ 2 - 1
Factorio/fctrserver

@@ -49,7 +49,8 @@ channeltag=""
 
 ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
 updateonstart="off"
-updatebranch="stable"
+# Branch: stable or experimental
+branch="stable"
 
 ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
 maxbackups="4"