Remove unused parameter in PVDZ_hlt_Bleed

Vanilla commit:

83bf13c786
This commit is contained in:
ebayShopper
2017-12-17 12:44:03 -05:00
parent 7668152118
commit cfc6ad08af
6 changed files with 12 additions and 13 deletions

View File

@@ -751,8 +751,8 @@ class FSM
"" \n
"{" \n
" if (player getVariable[""hit_""+_x,false]) then { " \n
" [player,_x,_x] spawn fnc_usec_damageBleed; " \n
" PVDZ_hlt_Bleed = [player,_x,_x];" \n
" [player,_x] spawn fnc_usec_damageBleed; " \n
" PVDZ_hlt_Bleed = [player,_x];" \n
" publicVariable ""PVDZ_hlt_Bleed""; // draw blood stream on character, on all gameclients" \n
" };" \n
"} forEach USEC_typeOfWounds;" \n