소스 검색

fix(ts3): fix missing details (#3682)

Christian 4 년 전
부모
커밋
809305d838
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lgsm/functions/info_game.sh

+ 2 - 0
lgsm/functions/info_game.sh

@@ -2315,6 +2315,8 @@ elif [ "${shortname}" == "stn" ]; then
 	fn_info_game_stn
 elif [ "${shortname}" == "terraria" ]; then
 	fn_info_game_terraria
+elif [ "${shortname}" == "ts3" ]; then
+	fn_info_game_ts3
 elif [ "${shortname}" == "tu" ]; then
 	fn_info_game_tu
 elif [ "${shortname}" == "tw" ]; then