Przeglądaj źródła

Renamed unity3d to sdtd and check gamename instead

UltimateByte 10 lat temu
rodzic
commit
de99b7ee8f
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      functions/fn_details

+ 3 - 3
functions/fn_details

@@ -554,7 +554,7 @@ echo -e ""
 fn_details_statusbottom
 }
 
-fn_details_unity3d(){
+fn_details_sdtd(){
 fn_check_ip
 fn_parms
 fn_details_config
@@ -756,14 +756,14 @@ elif [ "${engine}" == "teeworlds" ]; then
 	fn_details_teeworlds
 elif [ "${engine}" == "terraria" ]; then
 	fn_details_terraria
-elif [ "${engine}" == "unity3d" ]; then
-	fn_details_unity3d
 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}" == "7 Days To Die" ]; then
+	fn_details_sdtd
 elif [ "${gamename}" == "Teamspeak 3" ]; then
 	fn_details_teamspeak3
 else