Skip to content

Commit

Permalink
Fix Switching Cosmetics without Reboot
Browse files Browse the repository at this point in the history
Signed-off-by: Unusual Norm <40722525+UnusualNorm@users.noreply.github.com>
  • Loading branch information
UnusualNorm committed Nov 11, 2023
1 parent 38d26ca commit c57af37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EchoRelay.Core/Server/Services/Login/LoginService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ private async Task ProcessRemoteLogSetv3(Peer sender, RemoteLogSetv3 request)
}

Storage.Accounts.Set(account);
await sender.Send(new LoggedInUserProfileSuccess(account.AccountIdentifier, account.Profile));
await sender.Send(new TcpConnectionUnrequireEvent());
}
catch (Exception e)
{
Expand Down

0 comments on commit c57af37

Please sign in to comment.