Browse Source

Typo: Survivial > Survival

pull/1243/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
4d4de5c822
  1. 2
      lgsm/functions/command_stop.sh

2
lgsm/functions/command_stop.sh

@ -296,7 +296,7 @@ fn_stop_tmux(){
rm -f "${rootdir}/${lockselfname}"
# ARK doesn't clean up immediately after tmux is killed.
# Make certain the ports are cleared before continuing.
if [ "${gamename}" == "ARK: Survivial Evolved" ]; then
if [ "${gamename}" == "ARK: Survival Evolved" ]; then
fn_stop_ark
echo -en "\n"
fi

Loading…
Cancel
Save