From 742abe2d0952312ae48a3a6fd02a1ecbc6d41207 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 6 Jan 2016 20:07:25 +0000 Subject: [PATCH] ! --- functions/check_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/check_config.sh b/functions/check_config.sh index 8e2d6bc44..e12d942c0 100644 --- a/functions/check_config.sh +++ b/functions/check_config.sh @@ -8,9 +8,9 @@ lgsm_version="060116" if [ ! -e "${servercfgfullpath}" ]; then if [ "${gamename}" != "Hurtworld" ]; then - fn_printwarnnl "Configuration file missing" + fn_printwarnnl "Configuration file missing!" echo "${servercfgfullpath}" - fn_scriptlog "Configuration file missing" + fn_scriptlog "Configuration file missing!" fn_scriptlog "${servercfgfullpath}" sleep 2 fi