Skip to content

Commit

Permalink
Changed supply crate to a smaller one for zeus module spawn (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Nov 11, 2023
1 parent 858ab2b commit 83b4fc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params ["_modulePos", "_objectPos"];
_arg params ["_size"];
_pos params ["_modulePos"];

private _crate = "B_CargoNet_01_ammo_F" createVehicle _modulePos;
private _crate = "Box_NATO_Equip_F" createVehicle _modulePos;

[_crate, _size] remoteExec [QFUNC(doSupplyCrate), 0, true];

Expand Down

0 comments on commit 83b4fc8

Please sign in to comment.