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
Mods (complete and add to the following information):
master branch
Description:
20:07:42 Error in expression <ayer call ace_trenches_fnc_canDigTrench && {[ACE_player, _target, []] call ace> 20:07:42 Error position: <&& {[ACE_player, _target, []] call ace> 20:07:42 Error Generic error in expression
->
player call ace_trenches_fnc_canDigTrench -> 0 player call ace_common_fnc_canDig -> 0
player call ace_trenches_fnc_canDigTrench
0
player call ace_common_fnc_canDig
ACE3/addons/common/functions/fnc_canDig.sqf
Lines 9 to 10 in e2ac18a
Lines 33 to 35 in e2ac18a
returns number but says it returns bool.
then tries to number && {...} -> generic error.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Mods (complete and add to the following information):
master branch
Description:
->
player call ace_trenches_fnc_canDigTrench
->
0
player call ace_common_fnc_canDig
->
0
ACE3/addons/common/functions/fnc_canDig.sqf
Lines 9 to 10 in e2ac18a
ACE3/addons/common/functions/fnc_canDig.sqf
Lines 33 to 35 in e2ac18a
returns number but says it returns bool.
then tries to number && {...} -> generic error.
The text was updated successfully, but these errors were encountered: