fix: Prevents static chat channels from disappearing when logging back in

This commit is contained in:
Bohicatv 2026-03-15 00:40:03 -07:00
parent 26622743db
commit 8a54a8e6b1

View file

@ -92,6 +92,7 @@ namespace Server.Engines.Chat
if (user != null)
{
Channel.SendChannelsTo(user);
return user;
}