Skip to content

Commit

Permalink
fix chat
Browse files Browse the repository at this point in the history
  • Loading branch information
sawich committed Jan 7, 2021
1 parent 574c9fb commit 394b3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ow.Service.District/Network/Sync/Handlers/ChatHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public void Receive(Session session, ChatReceiveRequest request)
session.Dimension!.BroadcastAsync(new ChatMessageResponse()
{
Character = session.Character.Id,
Chat = ChatType.Red,
Message = "Command not found"
Chat = request.Type,
Message = request.Message
});
}

Expand Down

0 comments on commit 394b3b5

Please sign in to comment.