mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
missed bracket
This commit is contained in:
@@ -44,7 +44,7 @@ TraderDialogLoadItemList = {
|
||||
if (_type == "trade_weapons") then {
|
||||
_typeNum = 3;
|
||||
} 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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user