From 01890320ab00ecf34aa060da431693dc4764c66a Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Mon, 21 Dec 2015 22:46:14 +0100 Subject: [PATCH] added hurtworld --- functions/fn_details | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/fn_details b/functions/fn_details index 84ac3c0d9..b0f2d7496 100644 --- a/functions/fn_details +++ b/functions/fn_details @@ -729,6 +729,8 @@ elif [ "${engine}" == "unreal" ] || [ "${engine}" == "unreal2" ]; then fn_details_unreal elif [ "${gamename}" == "ARK: Survivial Evolved" ]; then fn_details_ark +elif [ "${gamename}" == "Hurtworld" ]; then + fn_details_hurtworld elif [ "${gamename}" == "Teamspeak 3" ]; then fn_details_teamspeak3 else