소스 검색

renamed var to branch for continuity with steamCMD

Daniel Gibbs 9 년 전
부모
커밋
6d5ea2090c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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"