mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 21:44:15 +01:00
fixes to useraddpair when adding via vanity uid
This commit is contained in:
parent
ca34fb777e
commit
edb04c8d9d
1 changed files with 2 additions and 2 deletions
|
|
@ -230,8 +230,8 @@ public partial class MareHub
|
||||||
|
|
||||||
if (!otherPerm.IsPaused())
|
if (!otherPerm.IsPaused())
|
||||||
{
|
{
|
||||||
await Clients.User(UserUID).Client_UserSendOnline(new(dto.User, otherIdent)).ConfigureAwait(false);
|
await Clients.User(UserUID).Client_UserSendOnline(new(otherUser.ToUserData(), otherIdent)).ConfigureAwait(false);
|
||||||
await Clients.User(dto.User.UID).Client_UserSendOnline(new(new(UserUID), UserCharaIdent)).ConfigureAwait(false);
|
await Clients.User(otherUser.UID).Client_UserSendOnline(new(user.ToUserData(), UserCharaIdent)).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue