mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Sceptre fix.
This commit is contained in:
parent
cf06912b7b
commit
4d8a635843
@ -180,7 +180,7 @@ impl<'a> System<'a> for Sys {
|
||||
|
||||
let change = damage.modify_damage(block, loadouts.get(b), beam_segment.owner);
|
||||
|
||||
if matches!(damage, Damage::Healing(_)) {
|
||||
if !matches!(damage, Damage::Healing(_)) {
|
||||
server_emitter.emit(ServerEvent::Damage {
|
||||
uid: *uid_b,
|
||||
change,
|
||||
|
Loading…
Reference in New Issue
Block a user