mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 18:06:32 +03:00
Add back missing Epoch player_antiWall call #1817
This commit is contained in:
@@ -26,6 +26,8 @@ if (_unit == player) then {
|
||||
|
||||
localize "str_actions_exitBlocked" call dayz_rollingMessages;
|
||||
};
|
||||
|
||||
_vehicle call player_antiWall;
|
||||
|
||||
//Lets make sure we can process some dmg from ejecting from the vehicle even traveling at lower speeds.
|
||||
if (((speed _vehicle) > 15) or ((speed _vehicle) < -10)) then {
|
||||
|
||||
Reference in New Issue
Block a user