Skip to content

Commit 809305d

Browse files
authored
fix(ts3): fix missing details (#3682)
1 parent fa73a72 commit 809305d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lgsm/functions/info_game.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,6 +2315,8 @@ elif [ "${shortname}" == "stn" ]; then
23152315
fn_info_game_stn
23162316
elif [ "${shortname}" == "terraria" ]; then
23172317
fn_info_game_terraria
2318+
elif [ "${shortname}" == "ts3" ]; then
2319+
fn_info_game_ts3
23182320
elif [ "${shortname}" == "tu" ]; then
23192321
fn_info_game_tu
23202322
elif [ "${shortname}" == "tw" ]; then

0 commit comments

Comments
 (0)