Explorar el Código

fixed serverdescription error

Daniel Gibbs hace 8 años
padre
commit
34595af785
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/info_config.sh

+ 1 - 1
lgsm/functions/info_config.sh

@@ -64,7 +64,7 @@ fn_info_config_justcause3(){
 
 		# Not Set
 		servername=${servername:-"NOT SET"}
-		serverdescription=${servername:-"NOT SET"}
+		serverdescription=${serverdescription:-"NOT SET"}
 		serverpassword=${serverpassword:-"NOT SET"}
 		maxplayers=${maxplayers=:-"0"}
 		port=${port=:-"0"}