|
|
@ -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 |
|
|
|