Browse Source

Added empires mod to glibcfix

pull/1003/head
Daniel Gibbs 9 years ago
parent
commit
8f930328de
  1. 2
      lgsm/functions/fix_glibc.sh
  2. 3
      lgsm/functions/info_glibc.sh

2
lgsm/functions/fix_glibc.sh

@ -16,7 +16,7 @@ do
fi
done
local libm_servers_array=( "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Fistful of Frags" "Garry's Mod" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" )
local libm_servers_array=( "Codename CURE" "Day of Infamy" "Double Action: Boogaloo" "Empires Mod" "Fistful of Frags" "Garry's Mod" "Insurgency" "Natural Selection 2" "NS2: Combat" "No More Room in Hell" )
for libm_server in "${libm_servers_array[@]}"
do
if [ "${gamename}" == "${libm_server}" ]; then

3
lgsm/functions/info_glibc.sh

@ -17,6 +17,9 @@ elif [ "${gamename}" == "Day of Infamy" ]; then
elif [ "${gamename}" == "Double Action: Boogaloo" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${gamename}" == "Empires Mod" ]; then
glibcrequired="2.15"
glibcfix="yes"
elif [ "${gamename}" == "Fistful of Frags" ]; then
glibcrequired="2.15"
glibcfix="yes"

Loading…
Cancel
Save