diff options
author | angela <angela@lindenlab.com> | 2009-11-16 20:46:40 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2009-11-16 20:46:40 +0800 |
commit | 1baf1d218644ac5dc00d9b41119a1ef168c709a2 (patch) | |
tree | 1ddea72957ea597b655c51d144bc83cfbb32d774 /indra/newview/llnearbychathandler.cpp | |
parent | 6b47e36b159a0e036beb442b82b1356aa756f152 (diff) |
fix chat format for /me
Diffstat (limited to 'indra/newview/llnearbychathandler.cpp')
-rw-r--r-- | indra/newview/llnearbychathandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnearbychathandler.cpp b/indra/newview/llnearbychathandler.cpp index 458845fff3..74a75d0369 100644 --- a/indra/newview/llnearbychathandler.cpp +++ b/indra/newview/llnearbychathandler.cpp @@ -341,6 +341,7 @@ void LLNearbyChatHandler::processChat(const LLChat& chat_msg) notification["time"] = chat_msg.mTime; notification["source"] = (S32)chat_msg.mSourceType; notification["chat_type"] = (S32)chat_msg.mChatType; + notification["chat_style"] = (S32)chat_msg.mChatStyle; std::string r_color_name = "White"; F32 r_color_alpha = 1.0f; |