Skip to content

Commit

Permalink
Changed starter crate now uses object postion again (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Nov 11, 2023
1 parent 5cf2ed8 commit 858ab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/mission/fn_doStarterCrate.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ _object enableRopeAttach false;

// Stageing zone
if (_hasStagingZone) then {
[getPos _object, 25] call FUNC(addStagingZone);
[_object, 25] call FUNC(addStagingZone);
};

// Add save gear eventHandler
Expand Down

0 comments on commit 858ab2b

Please sign in to comment.