Skip to content

Commit

Permalink
Misc - Fix bad condition return for fnc_canCheckDogtag.sqf (#616)
Browse files Browse the repository at this point in the history
**When merged this pull request will:**
- Title

### IMPORTANT

- [Development Guidelines](https://ace3.acemod.org/wiki/development/)
are read, understood and applied.
- Title of this PR uses our standard template `Component -
Add|Fix|Improve|Change|Make|Remove {changes}`.
  • Loading branch information
MiszczuZPolski authored Oct 9, 2024
1 parent e31098e commit 0ce9880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/misc/functions/fnc_canCheckDogtag.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ if (isNull _target) exitWith {false};
// Check if disabled for faction
if ((faction _target) in ACEGVAR(dogtags,disabledFactions)) exitWith {false};

!(_target call EFUNC(common,isAwake))
!(_target call ACEFUNC(common,isAwake))

0 comments on commit 0ce9880

Please sign in to comment.