diff --git a/functions/fn_header b/functions/fn_header index bd931f885..6ed038a43 100644 --- a/functions/fn_header +++ b/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 "================================="