mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Improve readability of trade_any type lists
This commit is contained in:
@@ -17,7 +17,7 @@ switch (true) do {
|
||||
{
|
||||
[_item] call Z_displayBackpackInfo;
|
||||
};
|
||||
case (_type in ["trade_any_vehicle", "trade_any_vehicle_free", "trade_any_vehicle_old", "trade_any_bicycle", "trade_any_bicycle_old", "trade_any_boat", "trade_any_boat_old"]) :
|
||||
case (_type in DZE_tradeVehicle) :
|
||||
{
|
||||
[_item] call Z_displayVehicleInfo;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user