Fix death message showing RunOver when it shouldn't

This commit is contained in:
ebayShopper
2017-03-25 20:05:36 -04:00
parent 87abb204e9
commit 50ba58f5ae
4 changed files with 7 additions and 10 deletions

View File

@@ -659,9 +659,8 @@ if (!isDedicated) then {
dayz_dodge = false;
Dayz_constructionContext = [];
Dayz_freefall = [ time, 0, 0.1 ];
dayz_getout = objNull;
dayz_getoutTime = 0;
dayz_HitBy = objNull;
dayz_hitByTime = 0;
skipGearSound = false;
TimeOutDisplayed = false;
voice_actions = ["voiceOverNet","PushToTalk","PushToTalkAll","PushToTalkCommand","PushToTalkDirect","PushToTalkGroup","PushToTalkSide","PushToTalkVehicle"];