Update fnc_createCasing.sqf

This commit is contained in:
johnb432 2024-04-28 18:58:55 +02:00
parent 3798c0128c
commit acaff58a14

View File

@ -68,7 +68,7 @@ private _pos = _unitPos
};
private _casing = createSimpleObject [_modelPath, _casingPos, true];
_casing setDir (random 360);
_casing setVectorUp _lisPos select 1;
_casing setVectorUp (_lisPos select 1);
private _idx = GVAR(casings) pushBack _casing;
for "_" from 0 to (_idx - GVAR(maxCasings)) do {