Fix trade title showing "Buying in vehicleX" when in sell mode

Tested and confirmed working as intended now.
This commit is contained in:
ebaydayz
2016-05-04 16:46:35 -04:00
parent 85869b32f1
commit 349e0a103d
4 changed files with 12 additions and 3 deletions

View File

@@ -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 {