Add back missing Epoch player_antiWall call #1817

This commit is contained in:
ebaydayz
2016-12-10 21:20:04 -05:00
parent 2a1bd74eca
commit 46355aed38
3 changed files with 4 additions and 0 deletions

View File

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