PopupSystem public methods rejig (#12830)
This commit is contained in:
@@ -97,6 +97,6 @@ namespace Content.Server.Remotes
|
||||
}
|
||||
|
||||
private void ShowPopupToUser(string messageId, EntityUid user) =>
|
||||
_popupSystem.PopupEntity(Loc.GetString(messageId), user, Filter.Entities(user));
|
||||
_popupSystem.PopupEntity(Loc.GetString(messageId), user, user);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user