We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACE3 Version: 3.3.2
Steps to reproduce:
Fix https://github.com/acemod/ACE3/blob/v3.3.2/addons/repair/functions/fnc_canMiscRepair.sqf#L23
params ["_caller", "_target", "_hitPoint"]; if !([_unit, _target, ...
Replace "_unit" with "_caller". Or replace "_caller" with "_unit" in other 2 lines.
The text was updated successfully, but these errors were encountered:
Bug is my fault, fixed in PR #2616
Sorry, something went wrong.
PabstMirror
No branches or pull requests
ACE3 Version: 3.3.2
Steps to reproduce:
Fix
https://github.com/acemod/ACE3/blob/v3.3.2/addons/repair/functions/fnc_canMiscRepair.sqf#L23
Replace "_unit" with "_caller". Or replace "_caller" with "_unit" in other 2 lines.
The text was updated successfully, but these errors were encountered: