Browse Source

glibc fix is no longer required on install

pull/820/merge
Daniel Gibbs 9 years ago
parent
commit
d32a6defb8
  1. 1
      lgsm/functions/fix.sh

1
lgsm/functions/fix.sh

@ -47,7 +47,6 @@ fi
# Fixes that are run on install only.
if [ "${function_selfname}" == "command_install.sh" ]; then
fix_glibc.sh
if [ "${gamename}" == "Killing Floor" ]; then
echo ""
echo "Applying ${gamename} Server Fixes"

Loading…
Cancel
Save