Daniel Gibbs 11 лет назад
Родитель
Сommit
5ce39b813f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      functions/fn_check_steamuser

+ 2 - 2
functions/fn_check_steamuser

@@ -4,8 +4,8 @@
 # Website: http://gameservermanagers.com
 # Version: 190515
 
-if [ -z "${steamuser}" ]||[ "${steamuser}" == "username" ];; then
-		fn_printwarningnl "Steam Login not set. Using anonymous login."
+if [ -z "${steamuser}" ]||[ "${steamuser}" == "username" ]; then
+		fn_printwarnnl "Steam login not set. Using anonymous login."
 		fn_scriptlog "Steam Login not set. Using anonymous login."
 		if [ "${steamuser}" == "username" ]; then
 			echo "	* Change steamuser=\"username\" to a valid steam login."