Ремув попапа сна (#146)
* remove: remove ZZZ popup * fix: client popup for target doll
This commit is contained in:
@@ -30,7 +30,12 @@ public sealed class DamagePopupSystem : EntitySystem
|
||||
DamagePopupType.Hit => "!",
|
||||
_ => "Invalid type",
|
||||
};
|
||||
_popupSystem.PopupEntity(msg, uid);
|
||||
|
||||
if (args.Origin.HasValue)
|
||||
_popupSystem.PopupEntity(msg, uid, args.Origin.Value);
|
||||
else
|
||||
_popupSystem.PopupEntity(msg, uid);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user