From 867fb3b911c01fc30c0c9abfd01fc2ba441871ac Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 27 Feb 2016 15:45:59 +0000 Subject: [PATCH] Altered header to link to github contrib page --- functions/install_header.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/functions/install_header.sh b/functions/install_header.sh index 1ee637c77..ae8ab9240 100644 --- a/functions/install_header.sh +++ b/functions/install_header.sh @@ -9,12 +9,6 @@ echo "=================================" echo "${gamename}" 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" -elif [ "${gamename}" == "Teeworlds" ]; then - echo "contributions by Bryce Van Dyk (SingingTree)" -fi +echo "Contributors: http://goo.gl/qLmitD" echo "http://gameservermanagers.com" echo "=================================" \ No newline at end of file