Browse Source

Creative mode for hurtworld

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
b15fb7b464
  1. 5
      lgsm/functions/command_details.sh

5
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}"

Loading…
Cancel
Save