diff --git a/functions/fn_loginstall b/functions/fn_loginstall index 63da17ff3..d3807b3f6 100644 --- a/functions/fn_loginstall +++ b/functions/fn_loginstall @@ -24,5 +24,6 @@ fi # If a server is unreal2 create a dir if [ "${engine}" == "unreal2" ]; then mkdir -pv ${gamelogdir} +fi sleep 1 echo "" \ No newline at end of file