Skip to content

Commit de22cf7

Browse files
authored
Deleted too much
1 parent ecca769 commit de22cf7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

addons/common/fnc_randomizeLoadout.sqf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,12 @@ if (_binocularList isNotEqualTo []) then {
122122
_handgunList
123123
];
124124

125+
if (is3DEN) then {
126+
// CBA's frame functions don't work in Eden
127+
_unit spawn {
128+
sleep 0.01;
129+
save3DENInventory [get3DENEntityID _this];
130+
};
131+
};
132+
125133
true;

0 commit comments

Comments
 (0)