Browse Source

new liners

pull/1275/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
20314d09b2
  1. 4
      lgsm/functions/command_wipe.sh

4
lgsm/functions/command_wipe.sh

@ -117,7 +117,7 @@ if [ "${gamename}" == "Rust" ]; then
sleep 1
fn_wipe_server_process
else
fn_print_information "No data to wipe was found"
fn_print_information_nl "No data to wipe was found"
fn_script_log_info "No data to wipe was found."
sleep 1
core_exit.sh
@ -125,7 +125,7 @@ if [ "${gamename}" == "Rust" ]; then
# You can add an "elif" here to add another game or engine
else
# Game not listed
fn_print_information "Wipe is not available for this game"
fn_print_information_nl "Wipe is not available for this game"
fn_script_log_info "Wipe is not available for this game."
sleep 1
core_exit.sh

Loading…
Cancel
Save