mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
missed bracket
This commit is contained in:
@@ -44,7 +44,7 @@ TraderDialogLoadItemList = {
|
|||||||
if (_type == "trade_weapons") then {
|
if (_type == "trade_weapons") then {
|
||||||
_typeNum = 3;
|
_typeNum = 3;
|
||||||
} else {
|
} else {
|
||||||
if (_type in ["trade_backpacks", "trade_any_vehicle", "trade_any_boat", "trade_any_bicycle"] then {
|
if (_type in ["trade_backpacks", "trade_any_vehicle", "trade_any_boat", "trade_any_bicycle"]) then {
|
||||||
_typeNum = 2;
|
_typeNum = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user