Disable breathsound log on pawn spawn

This commit is contained in:
Shtoyan 2022-01-22 20:36:30 +04:00
commit de6567f15a
2 changed files with 35 additions and 1 deletions

View file

@ -265,7 +265,7 @@ simulated function Tick(float deltatime)
BileExplosionLoc = Location;
BileExplosionLoc.z += (CollisionHeight - (CollisionHeight * 0.5));
GibBileExplosion = Spawn(class 'LowGoreBileExplosion',self,, BileExplosionLoc );
GibBileExplosion = Spawn(class'LowGoreBileExplosion',self,, BileExplosionLoc );
bPlayBileSplash = true;
}
}