diff --git a/Projects/UOContent/Engines/Chat/ChatUser.cs b/Projects/UOContent/Engines/Chat/ChatUser.cs index 9d1fbe7b7..d27b7d8a1 100644 --- a/Projects/UOContent/Engines/Chat/ChatUser.cs +++ b/Projects/UOContent/Engines/Chat/ChatUser.cs @@ -92,6 +92,7 @@ namespace Server.Engines.Chat if (user != null) { + Channel.SendChannelsTo(user); return user; }