Skip to content

Commit

Permalink
use ATL for GC
Browse files Browse the repository at this point in the history
  • Loading branch information
jokoho48 committed Aug 25, 2024
1 parent c48e0af commit afa5b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/CLib/GarbageCollector/fn_serverInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ DFUNC(removeMissionObject) = [{
_position set [2, (_position select 2) - 0.02];

// Apply the position change.
_object setPos _position;
_object setPosATL _position;

(_position select 2) < (0 - _height)
}, [_object, _height, getPos _object]] call CFUNC(waitUntil);
}, [_object, _height, getPosATL _object]] call CFUNC(waitUntil);
}] call CFUNC(compileFinal);

GVAR(statemachine) = call CFUNC(createStatemachine);
Expand Down

0 comments on commit afa5b69

Please sign in to comment.