Fix stunbaton stun sounds (#9511)
This commit is contained in:
@@ -59,6 +59,7 @@ public sealed class StaminaSystem : EntitySystem
|
||||
|
||||
if (ev.Cancelled) return;
|
||||
|
||||
args.HitSoundOverride = ev.HitSoundOverride;
|
||||
var stamQuery = GetEntityQuery<StaminaComponent>();
|
||||
var toHit = new ValueList<StaminaComponent>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user