瀏覽代碼

added hurtworld

UltimateByte 10 年之前
父節點
當前提交
01890320ab
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      functions/fn_details

+ 2 - 0
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