Browse Source

fix(ts3): fix missing details

pull/3682/head
H3o66 4 years ago
parent
commit
b683f98b1b
  1. 2
      lgsm/functions/info_game.sh

2
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

Loading…
Cancel
Save