fix: Prevents static chat channels from disappearing when logging back in
This commit is contained in:
parent
26622743db
commit
8a54a8e6b1
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ namespace Server.Engines.Chat
|
|||
|
||||
if (user != null)
|
||||
{
|
||||
Channel.SendChannelsTo(user);
|
||||
return user;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue