ソースを参照

Merge branch 'hurt-world' of https://github.com/dgibbs64/linuxgsm into hurt-world

Daniel Gibbs 10 年 前
コミット
0c0c87a11b
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
 	fn_details_unreal
 elif [ "${gamename}" == "ARK: Survivial Evolved" ]; then
 elif [ "${gamename}" == "ARK: Survivial Evolved" ]; then
 	fn_details_ark
 	fn_details_ark
+elif [ "${gamename}" == "Hurtworld" ]; then
+	fn_details_hurtworld
 elif [ "${gamename}" == "Teamspeak 3" ]; then
 elif [ "${gamename}" == "Teamspeak 3" ]; then
 	fn_details_teamspeak3
 	fn_details_teamspeak3
 else
 else