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

+ 2 - 0
functions/fn_header

@@ -11,6 +11,8 @@ echo "Linux Game Server Manager"
 echo "by Daniel Gibbs"
 if [ "${gamename}" == "ARMA 3" ]; then
 	echo "contributions by Scarsz"
+elif [ "${gamename}" == "Left 4 Dead" ]; then
+	echo "contributions by Summit Singh Thakur"
 fi
 echo "http://danielgibbs.co.uk"
 echo "================================="