shut meanrepinfo / removes bleed on heal fix

This commit is contained in:
Shtoyan 2022-01-23 17:08:46 +04:00
commit 45d331ab09
4 changed files with 10 additions and 98 deletions

View file

@ -49,12 +49,12 @@ final private function bool bIsBleeding(ScrnHumanPawn pwn)
return false;
}
function PostRender(Canvas C){
function PostRender(Canvas C)
{
local int i;
local NicePack niceMutator;
local NiceHumanPawn nicePawn;
local class<NiceVeterancyTypes> niceVet;
local MeanReplicationInfo szRI;
local NiceWeapon niceWeap;
local NicePlayerController nicePlayer;
local ScrnHUD scrnHUDInstance;