updated private variable

refs #1109
This commit is contained in:
Florian Kinder
2014-02-15 14:19:00 +01:00
parent 86b03dbb70
commit bbdec2733a

View File

@@ -1,4 +1,4 @@
private ["_weighted","_j"];
private ["_config","_classname","_itemChances","_itemCount","_weight","_type","_canZombie","_canLoot","_weighted","_j"];
dayz_CBLChances = [];
dayz_CBLBase = [];
_config = configFile >> "CfgBuildingLoot";