mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/sceptre-fix' into 'master'
Sceptre fix See merge request veloren/veloren!1468
This commit is contained in:
commit
34c3bab6ad
@ -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