Просмотр исходного кода

Removed echo

Removed this echo as should not be there
Daniel Gibbs 10 лет назад
Родитель
Сommit
6c5c704cef
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      functions/fn_monitor

+ 1 - 2
functions/fn_monitor

@@ -2,7 +2,7 @@
 # LGSM fn_monitor function
 # LGSM fn_monitor function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
 # Website: http://gameservermanagers.com
-# Version: 070715
+# Version: 150815
 
 
 # Description: Monitors server by checking for running proccesses
 # Description: Monitors server by checking for running proccesses
 # then passes to fn_monitor_query.
 # then passes to fn_monitor_query.
@@ -83,7 +83,6 @@ if [ "${updatecheck}" = "0" ]||[ "${gamename}" == "Unreal Tournament 99" ]||[ "$
 		echo -en "\n"
 		echo -en "\n"
 
 
 		if [ "${engine}" == "avalanche" ]||[ "${engine}" == "goldsource" ]||[ "${engine}" == "realvirtuality" ]||[ "${engine}" == "source" ]||[ "${engine}" == "spark" ]||[ "${engine}" == "unity3d" ]||[ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then
 		if [ "${engine}" == "avalanche" ]||[ "${engine}" == "goldsource" ]||[ "${engine}" == "realvirtuality" ]||[ "${engine}" == "source" ]||[ "${engine}" == "spark" ]||[ "${engine}" == "unity3d" ]||[ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then
-			echo "${gamename}"
 			fn_monitor_query
 			fn_monitor_query
 		fi
 		fi
 		exit
 		exit