Forced refresh build fix

This commit is contained in:
Janet Blackquill
2025-09-28 21:15:56 -04:00
parent d35cba6364
commit fa50cda60a

View File

@@ -163,7 +163,7 @@ namespace Content.Shared.Damage
// TODO DAMAGE
// byref struct event.
RaiseLocalEvent(uid, new DamageChangedEvent(component, damageDelta, interruptsDoAfters, origin)); // Offbrand
RaiseLocalEvent(uid, new DamageChangedEvent(component, damageDelta, interruptsDoAfters, origin, forcedRefresh)); // Offbrand
}
/// <summary>