Explorar el Código

renamed var to branch for continuity with steamCMD

Daniel Gibbs hace 9 años
padre
commit
6d5ea2090c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Factorio/fctrserver

+ 2 - 1
Factorio/fctrserver

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