|
|
@@ -43,6 +43,8 @@ if [ "${function_selfname}" != "command_install.sh" ]; then
|
|
|
fix_ins.sh
|
|
|
elif [ "${gamename}" == "ARMA 3" ]; then
|
|
|
fix_arma3.sh
|
|
|
+ elif [ "${gamename}" == "ARMA 3" ]; then
|
|
|
+ fix_ut.sh
|
|
|
fi
|
|
|
fi
|
|
|
|
|
|
@@ -72,5 +74,11 @@ if [ "${function_selfname}" == "command_install.sh" ]; then
|
|
|
echo "================================="
|
|
|
sleep 1
|
|
|
fix_ut99.sh
|
|
|
+ elif [ "${gamename}" == "Unreal Tournament" ]; then
|
|
|
+ echo ""
|
|
|
+ echo "Applying ${gamename} Server Fixes"
|
|
|
+ echo "================================="
|
|
|
+ sleep 1
|
|
|
+ fix_ut.sh
|
|
|
fi
|
|
|
fi
|