ReSit added, channel in dialog messaged added, local teleports have no delay after teleporting, message log crash fixed, hopefully...

This commit is contained in:
phr0z3nt04st
2010-05-24 09:41:16 -05:00
parent 1350365769
commit 2e5dee57b4
8 changed files with 82 additions and 16 deletions

View File

@@ -5541,6 +5541,9 @@ void process_script_dialog(LLMessageSystem* msg, void**)
LLSD args;
args["TITLE"] = title;
args["MESSAGE"] = message;
// <edit>
args["CHANNEL"] = chat_channel;
// </edit>
LLNotificationPtr notification;
if (!first_name.empty())
{