Daniel Gibbs 9 лет назад
Родитель
Сommit
b15fb7b464
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      lgsm/functions/command_details.sh

+ 5 - 0
lgsm/functions/command_details.sh

@@ -178,6 +178,11 @@ fn_details_gameserver(){
 			echo -e "${blue}Cave:\t${default}${cave}"
 		fi
 
+		# Creativemode (Hurtworld)
+		if [ -n "${creativemode}" ]; then
+			echo -e "${blue}Creativemode:\t${default}${creativemode}"
+		fi
+
 		# TeamSpeak dbplugin
 		if [ -n "${dbplugin}" ]; then
 			echo -e "${blue}dbplugin:\t${default}${dbplugin}"