File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -367,8 +367,8 @@ void LLMuteList::updateAdd(const LLMute& mute)
367367 msg->nextBlockFast (_PREHASH_MuteData);
368368 msg->addUUIDFast (_PREHASH_MuteID, mute.mID );
369369 msg->addStringFast (_PREHASH_MuteName, mute.mName );
370- msg->addS32 ( " MuteType " , mute.mType );
371- msg->addU32 ( " MuteFlags " , mute.mFlags );
370+ msg->addS32Fast (_PREHASH_MuteType , mute.mType );
371+ msg->addU32Fast (_PREHASH_MuteFlags , mute.mFlags );
372372 gAgent .sendReliableMessage ();
373373
374374 if (!mIsLoaded )
Original file line number Diff line number Diff line change @@ -12028,6 +12028,14 @@ Unable to find object.
1202812028Money transfers to objects are currently disabled in this region.
1202912029 </notification >
1203012030
12031+ <notification
12032+ icon =" alertmodal.tga"
12033+ name =" CantTransferMoneyAgentIsBlocked"
12034+ type =" notify" >
12035+ <tag >fail</tag >
12036+ Unable to make payment due to the agent being blocked by the recipient.
12037+ </notification >
12038+
1203112039 <notification
1203212040 icon =" alertmodal.tga"
1203312041 name =" DroppedMoneyTransferRequest"
You can’t perform that action at this time.
0 commit comments