fix_ges.sh 288 B

1234567891011
  1. #!/bin/bash
  2. # LGSM fix_ges.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. # Description: Resolves various issues with GoldenEye: Source.
  6. local commandname="FIX"
  7. local commandaction="Fix"
  8. # Fixes: MALLOC_CHECK_ needing to be set to 0.
  9. export MALLOC_CHECK_=0