mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix transfusion in vehicle
This commit is contained in:
@@ -175,7 +175,9 @@ if (isNil "keyboard_keys") then {
|
||||
force_dropBody = true;
|
||||
};
|
||||
_interrupt = {
|
||||
r_interrupt = true;
|
||||
if (vehicle player == player) then { //allow med actions in moving vehicles
|
||||
r_interrupt = true;
|
||||
};
|
||||
if (DZE_Surrender) then {call dze_surrender_off};
|
||||
if (autoRunActive) then {call autoRunOff;};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user