mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #1319 from Namindu/patch-28
apply "false" to the variable "_abort"
This commit is contained in:
@@ -7,6 +7,8 @@ _isVehicle = false;
|
||||
|
||||
_vehicleSrc = _this select 3;
|
||||
|
||||
_abort = false
|
||||
|
||||
if(!(isNull _vehicleSrc)) then {
|
||||
|
||||
_isVehicle = ((_vehicleSrc isKindOf "AllVehicles") && !(_vehicleSrc isKindOf "Man"));
|
||||
@@ -147,4 +149,4 @@ if(_IsNearVehicle >= 1) then {
|
||||
} else {
|
||||
cutText [(localize "str_epoch_player_27"), "PLAIN DOWN"];
|
||||
};
|
||||
DZE_ActionInProgress = false;
|
||||
DZE_ActionInProgress = false;
|
||||
|
||||
Reference in New Issue
Block a user