From 5596022780cc87479922c388ac425098c945b1fa Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 4 Sep 2017 12:02:24 +0100 Subject: [PATCH 1/2] corrected more info from discord --- lgsm/functions/alert.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 44cdcb7d6..60baa1ed6 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -91,8 +91,8 @@ if [ "${postalert}" == "on" ]&&[ -n "${postalert}" ]; then alertflag=1 command_postdetails.sh elif [ "${postalert}" != "on" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then - fn_print_warn_nl "Discord alerts not enabled" - fn_script_log_warn "Discord alerts not enabled" + fn_print_warn_nl "More Info not enabled" + fn_script_log_warn "More Info alerts not enabled" elif [ -z "${posttarget}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_error_nl "posttarget not set" fn_script_error_warn "posttarget not set" From c2e41f10e8a1b6e844a891ca53baaa71b09b84bc Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Wed, 6 Sep 2017 10:39:31 +0200 Subject: [PATCH 2/2] Added fix_ark.sh() to core_functions Fixes #1605 --- lgsm/functions/core_functions.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index 929c9fd2a..562d5cbe6 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -276,6 +276,11 @@ functionfile="${FUNCNAME}" fn_fetch_function } +fix_ark.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + fix_arma3.sh(){ functionfile="${FUNCNAME}" fn_fetch_function