|
|
@@ -63,29 +63,17 @@ fi
|
|
|
|
|
|
# Fixes that are run on install only.
|
|
|
if [ "${function_selfname}" == "command_install.sh" ]; then
|
|
|
- if [ "${gamename}" == "Killing Floor" ]; then
|
|
|
echo ""
|
|
|
echo "Applying ${gamename} Server Fixes"
|
|
|
echo "================================="
|
|
|
sleep 1
|
|
|
+ if [ "${gamename}" == "Killing Floor" ]; then
|
|
|
fix_kf.sh
|
|
|
elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then
|
|
|
- echo ""
|
|
|
- echo "Applying ${gamename} Server Fixes"
|
|
|
- echo "================================="
|
|
|
- sleep 1
|
|
|
fix_ro.sh
|
|
|
elif [ "${gamename}" == "Unreal Tournament 2004" ]; then
|
|
|
- echo ""
|
|
|
- echo "Applying ${gamename} Server Fixes"
|
|
|
- echo "================================="
|
|
|
- sleep 1
|
|
|
fix_ut2k4.sh
|
|
|
elif [ "${gamename}" == "Unreal Tournament" ]; then
|
|
|
- echo ""
|
|
|
- echo "Applying ${gamename} Server Fixes"
|
|
|
- echo "================================="
|
|
|
- sleep 1
|
|
|
fix_ut.sh
|
|
|
fi
|
|
|
fi
|