diff --git a/functions/command_stop.sh b/functions/command_stop.sh index 9d75fbc5a..a91bed79d 100644 --- a/functions/command_stop.sh +++ b/functions/command_stop.sh @@ -139,7 +139,8 @@ elif [ "${engine}" == "source" ]; then elif [ "${engine}" == "goldsource" ]; then fn_stop_graceful_goldsource else - fn_stop_tmux + fn_stop_tmux +fi } fn_stop_teamspeak3(){ @@ -196,7 +197,5 @@ else fi } - - check.sh fn_stop_pre_check \ No newline at end of file