Browse Source

Don't create config for hurtworld

pull/573/head^2
UltimateByte 9 years ago
parent
commit
f8d94fa915
  1. 8
      functions/fn_install_config

8
functions/fn_install_config

@ -5,9 +5,11 @@
lgsm_version="201215" lgsm_version="201215"
fn_defaultconfig(){ fn_defaultconfig(){
echo "creating ${servercfg} config file." if [ "${gamename}" != "Hurtworld" ]; then
cp -v "${servercfgdefault}" "${servercfgfullpath}" echo "creating ${servercfg} config file."
sleep 1 cp -v "${servercfgdefault}" "${servercfgfullpath}"
sleep 1
fi
} }
fn_userinputconfig(){ fn_userinputconfig(){

Loading…
Cancel
Save