PopupSystem public methods rejig (#12830)
This commit is contained in:
@@ -220,7 +220,7 @@ namespace Content.Server.Salvage
|
||||
}
|
||||
private void ShowPopup(string messageKey, SalvageMagnetComponent component, EntityUid user)
|
||||
{
|
||||
_popupSystem.PopupEntity(Loc.GetString(messageKey), component.Owner, Filter.Entities(user));
|
||||
_popupSystem.PopupEntity(Loc.GetString(messageKey), component.Owner, user);
|
||||
}
|
||||
|
||||
private void SafeDeleteSalvage(EntityUid salvage)
|
||||
|
||||
Reference in New Issue
Block a user