mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
class capitalization
This commit is contained in:
@@ -25,7 +25,7 @@ if(_buy_o_sell == "buy") then {
|
|||||||
_qty = {_x == _part_in} count magazines player;
|
_qty = {_x == _part_in} count magazines player;
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (_part_in isKindOf "AIR") then {
|
if (_part_in isKindOf "Air") then {
|
||||||
_obj = nearestObjects [(getPosATL player), [_part_in], dayz_sellDistance_air];
|
_obj = nearestObjects [(getPosATL player), [_part_in], dayz_sellDistance_air];
|
||||||
} else {
|
} else {
|
||||||
_obj = nearestObjects [(getPosATL player), [_part_in], dayz_sellDistance_vehicle];
|
_obj = nearestObjects [(getPosATL player), [_part_in], dayz_sellDistance_vehicle];
|
||||||
@@ -226,4 +226,4 @@ if (_qty >= _qty_in) then {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TradeInprogress = false;
|
TradeInprogress = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user