1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
This commit is contained in:
Dedmen Miller 2018-09-19 15:31:08 +02:00 committed by PabstMirror
parent a6d40549dc
commit 0a2f5cf238

@ -157,7 +157,7 @@ if (_activated) then {
_projectile setposasl _posNew;
_pos = getposatl _logic;
_dir = direction _logic;
missionnamespace setvariable [_dirVar,_dir];
//missionnamespace setvariable [_dirVar,_dir]; See L37
};
sleep 0.1;
isnull _projectile || isnull _logic