mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 01:20:49 +03:00
Fixes
This commit is contained in:
@@ -79,7 +79,7 @@ if (_spawnRoll <= _spawnChance) then {
|
||||
} else {
|
||||
_itemTypes = [] + getArray (configFile >> "CfgBuildingLoot" >> _lootTable >> "lootType");
|
||||
};
|
||||
_CBLBase = dayz_CBLBase find _lootTable;
|
||||
_CBLBase = dayz_CBLBase find (toLower(_lootTable));
|
||||
_weights = dayz_CBLChances select _CBLBase;
|
||||
_cntWeights = count _weights;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ if (_spawnRoll <= _spawnChance) then {
|
||||
} else {
|
||||
_itemTypes = [] + getArray (configFile >> "CfgBuildingLoot" >> _lootTable >> "lootType");
|
||||
};
|
||||
_CBLBase = dayz_CBLBase find _lootTable;
|
||||
_CBLBase = dayz_CBLBase find (toLower(_lootTable));
|
||||
_weights = dayz_CBLChances select _CBLBase;
|
||||
_cntWeights = count _weights;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user