class capitalization

This commit is contained in:
dayz10k
2013-11-22 16:47:15 -05:00
parent 13a8cac7c7
commit 2af16d3fcf

View File

@@ -25,7 +25,7 @@ if(_buy_o_sell == "buy") then {
_qty = {_x == _part_in} count magazines player;
} else {
if (_part_in isKindOf "AIR") then {
if (_part_in isKindOf "Air") then {
_obj = nearestObjects [(getPosATL player), [_part_in], dayz_sellDistance_air];
} else {
_obj = nearestObjects [(getPosATL player), [_part_in], dayz_sellDistance_vehicle];
@@ -226,4 +226,4 @@ if (_qty >= _qty_in) then {
};
};
TradeInprogress = false;
TradeInprogress = false;