Browse Source

added jk2

pull/3002/head
Daniel Gibbs 6 years ago
parent
commit
76e02b2228
  1. 2
      lgsm/functions/command_update.sh

2
lgsm/functions/command_update.sh

@ -22,6 +22,8 @@ elif [ "${shortname}" == "fctr" ]; then
update_factorio.sh
elif [ "${shortname}" == "mta" ]; then
update_mta.sh
elif [ "${shortname}" == "jk2" ]; then
update_jediknight2.sh
else
update_steamcmd.sh
fi

Loading…
Cancel
Save