Browse Source

Added "No fixes required" message

pull/1946/merge
Daniel Gibbs 7 years ago
parent
commit
29a60619d4
  1. 3
      lgsm/functions/fix.sh

3
lgsm/functions/fix.sh

@ -83,5 +83,8 @@ if [ "${function_selfname}" == "command_install.sh" ]; then
fix_ut.sh
elif [ "${gamename}" == "Unreal Tournament 3" ]; then
fix_ut3.sh
else
fn_print_information "No fixes required."
fi
fi

Loading…
Cancel
Save