소스 검색

removec rconpassword

Daniel Gibbs 9 년 전
부모
커밋
3ee3fcb484
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/functions/info_config.sh

+ 1 - 1
lgsm/functions/info_config.sh

@@ -210,8 +210,8 @@ fn_info_config_factorio(){
 
 		# Not Set
 		servername=${servername:-"NOT SET"}
+		serverpassword=${serverpassword:-"NOT SET"}
 		maxplayers=${maxplayers=:-"0"}
-		rconpassword=${rconpassword=:-"NOT SET"}
 	fi
 }