Browse Source

Revert change to Ark to fit master, not develop

pull/1247/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
c5535543e1
  1. 2
      lgsm/functions/command_details.sh

2
lgsm/functions/command_details.sh

@ -781,7 +781,7 @@ fn_display_details() {
fn_details_ut3
elif [ "${gamename}" == "7 Days To Die" ]; then
fn_details_sdtd
elif [ "${gamename}" == "ARK: Survival Evolved" ]; then
elif [ "${gamename}" == "ARK: Survivial Evolved" ]; then
fn_details_ark
elif [ "${gamename}" == "Call of Duty" ]; then
fn_details_cod

Loading…
Cancel
Save