Browse Source

Rust fix

pull/1198/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
56286fd617
  1. 2
      lgsm/functions/fix.sh

2
lgsm/functions/fix.sh

@ -45,6 +45,8 @@ if [ "${function_selfname}" != "command_install.sh" ]; then
fix_ges.sh fix_ges.sh
elif [ "${gamename}" == "Insurgency" ]; then elif [ "${gamename}" == "Insurgency" ]; then
fix_ins.sh fix_ins.sh
elif [ "${gamename}" == "Rust" ]; then
fix_rust.sh
fi fi
fi fi

Loading…
Cancel
Save