mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
forget only different side
This commit is contained in:
parent
13e52b4410
commit
32755e4e91
@ -54,7 +54,9 @@
|
||||
_object setVariable [QGVAR(oldVisibility), _vis];
|
||||
_object setUnitTrait ["camouflageCoef", 0];
|
||||
{
|
||||
_x forgetTarget _object;
|
||||
if (side _x != side group _object) then {
|
||||
_x forgetTarget _object;
|
||||
};
|
||||
} forEach allGroups;
|
||||
};
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user