mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-08 09:12:52 +03:00
Fix trade title showing "Buying in vehicleX" when in sell mode
Tested and confirmed working as intended now.
This commit is contained in:
@@ -14,7 +14,7 @@ _weaps = _this select 0;
|
||||
_mags = _this select 1;
|
||||
_extraText = _this select 2;
|
||||
_vehTrade = false;
|
||||
if (call Z_checkCloseVehicle) then {
|
||||
if (false call Z_checkCloseVehicle) then {
|
||||
_all = _weaps + _mags + [(typeOf Z_vehicle)];
|
||||
_vehTrade = true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user