Browse Source

removec rconpassword

Daniel Gibbs 9 năm trước cách đây
mục cha
commit
3ee3fcb484
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }