فهرست منبع

Added extra rust details

Daniel Gibbs 9 سال پیش
والد
کامیت
016f321125
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      lgsm/functions/command_details.sh

+ 10 - 0
lgsm/functions/command_details.sh

@@ -123,6 +123,11 @@ fn_details_gameserver(){
 			echo -e "${blue}RCON password:\t${default}${rconpassword}"
 		fi
 
+		# RCON web (Rust)
+		if [ -n "${rconweb}" ]; then
+			echo -e "${blue}RCON web:\t${default}${rconweb}"
+		fi
+
 		# Admin password
 		if [ -n "${adminpassword}" ]; then
 			echo -e "${blue}Admin password:\t${default}${adminpassword}"
@@ -193,6 +198,11 @@ fn_details_gameserver(){
 			echo -e "${blue}ASE:\t${default}${ase}"
 		fi
 
+		# Save interval (Rust)
+		if [ -n "${saveinterval}" ]; then
+			echo -e "${blue}ASE:\t${default}${saveinterval} s"
+		fi
+
 		# Online status
 		if [ "${status}" == "0" ]; then
 			echo -e "${blue}Status:\t${red}OFFLINE${default}"