Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ABigPickle/RavenM into ma…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
iliadsh committed Jun 24, 2023
2 parents d6d7ca5 + b4ff479 commit f99741b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RavenM/ChatManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -633,10 +633,11 @@ public void InitializeChatArea(bool isLobbyChat = false, float chatWidth = 500f,
PushChatMessage(ActorManager.instance.player, CurrentChatMessage, ChatMode, GameManager.PlayerTeam());

// Send message to users in lobby if not team chat
if (ChatMode)
{
SendLobbyChat(CurrentChatMessage);
}
// TODO: Get messages sent from in game -> lobby
// if (ChatMode)
// {
// SendLobbyChat(CurrentChatMessage);
// }

using MemoryStream memoryStream = new MemoryStream();
var chatPacket = new ChatPacket
Expand Down

0 comments on commit f99741b

Please sign in to comment.