Skip to content

Commit

Permalink
isNotEqualTo
Browse files Browse the repository at this point in the history
  • Loading branch information
ampersand38 committed Oct 11, 2023
1 parent d1ff2c8 commit 74fb4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/attached_objects/functions/fnc_attachBone.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if (!_successful) exitWith {};

curatorMouseOver params ["_type", "_entity"];
if (_type isEqualTo "OBJECT") exitWith {};
if (_type isNotEqualTo "OBJECT") exitWith {};

// Prevent attaching object to itself
private _index = _objects find _entity;
Expand Down

0 comments on commit 74fb4a1

Please sign in to comment.