mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Fix private arrays
Fix issue with wild zeds not spawning loot (idk if they it didnt work before, but _loottypecfg was nil so it probably didnt)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
private ["_item","_itemTypes","_qty","_tQty","_uniq"];
|
||||
private ["_iPos","_tQty","_qty","_index","_weights","_cntWeights","_canType","_item","_itemTypes","_max","_magQty","_mags","_iItem","_iClass","_radius","_uniq","_iPosZ"];
|
||||
|
||||
_iItem = _this select 0;
|
||||
_iClass = _this select 1;
|
||||
|
||||
Reference in New Issue
Block a user