Browse Source

added graceful shutdown for NS2 and NS2C

pull/1787/head
Daniel Gibbs 7 years ago
parent
commit
f3de875324
  1. 2
      lgsm/functions/command_stop.sh

2
lgsm/functions/command_stop.sh

@ -180,6 +180,8 @@ fn_stop_graceful_sdtd(){
fn_stop_graceful_select(){
if [ "${gamename}" == "7 Days To Die" ]; then
fn_stop_graceful_sdtd
elif [ "${engine}" == "Spark" ]; then
fn_stop_graceful_cmd "q" 30
elif [ "${gamename}" == "Terraria" ]; then
fn_stop_graceful_cmd "exit" 30
elif [ "${gamename}" == "Minecraft" ]; then

Loading…
Cancel
Save