Browse Source

COD:UO server added

pull/1197/merge
Daniel Gibbs 8 years ago
parent
commit
c07f5b2b32
  1. 3
      lgsm/functions/info_glibc.sh

3
lgsm/functions/info_glibc.sh

@ -20,6 +20,9 @@ elif [ "${gamename}" == "Call of Duty" ]; then
elif [ "${gamename}" == "Call of Duty 2" ]; then
glibcrequired="2.1.3"
glibcfix="no"
elif [ "${gamename}" == "Call of Duty: United Offensive" ]; then
glibcrequired="2.1"
glibcfix="no"
elif [ "${gamename}" == "Day of Infamy" ]; then
glibcrequired="2.15"
glibcfix="yes"

Loading…
Cancel
Save