Explorar o código

Creative mode for hurtworld

Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
b15fb7b464
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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}"