missed bracket

This commit is contained in:
[VB]AWOL
2014-02-04 13:23:20 -06:00
parent 746755f42f
commit 37b75bea61

View File

@@ -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;
};
};