Skip to content

Commit

Permalink
Update fnc_addCivInteractions.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusselwurm authored Feb 24, 2024
1 parent 7ae6688 commit ea55c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/interact/functions/fnc_addCivInteractions.sqf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "..\script_component.hpp"

private _civClasses = call EFUNC(lifecycle,config_getCivClasses);

_civClasses = _civClasses arrayIntersect _civClasses;
_civClasses = _civClasses select {
private _outer = _x;
_civClasses select { _outer != _x } findIf { (_outer isKindOf _x) } == -1
Expand Down

0 comments on commit ea55c88

Please sign in to comment.