mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
* Remove public variable event handler when using config traders. This stops the public variable event handler from being loaded when you're using config based traders, it's not needed in this situation * Change nearestObjects to nearEntities in z_checkCloseVehicle.sqf * Fixes vehicle selling not able to sell correctly If more than 1 vehicle of the same classname was in a trader and the local vehicle was further away it would not be able to be sold till moved closer. We are using DZE_myVehicle for everything and we do previous checks to make sure it's not null and local so we can assume it is okay to use. Fixes https://epochmod.com/forum/topic/43643-vehicle-dze4-can-not-be-sell/#comment-290036