Fix short knockouts for tranquilizer bolt

Vanilla commit:

9b5d1409bd
This commit is contained in:
ebayShopper
2017-06-23 18:16:57 -04:00
parent bd9aee620f
commit 6fec7bc4a2
4 changed files with 6 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
// (c) facoptere@gmail.com, licensed to DayZMod for the community
private ["_count","_anim","_weapon","_sprint","_stance","_transmove","_start","_timeout","_short","_sandLevel","_disableHdlr","_speed"];
private ["_count","_anim","_weapon","_sprint","_stance","_transmove","_start","_timeout","_short","_sandLevel","_speed"];
if (r_player_unconsciousInProgress) exitWith {};
r_player_unconsciousInProgress = true;