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)
367
367
msg->nextBlockFast (_PREHASH_MuteData);
368
368
msg->addUUIDFast (_PREHASH_MuteID, mute.mID );
369
369
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 );
372
372
gAgent .sendReliableMessage ();
373
373
374
374
if (!mIsLoaded )
Original file line number Diff line number Diff line change @@ -12028,6 +12028,14 @@ Unable to find object.
12028
12028
Money transfers to objects are currently disabled in this region.
12029
12029
</notification >
12030
12030
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
+
12031
12039
<notification
12032
12040
icon =" alertmodal.tga"
12033
12041
name =" DroppedMoneyTransferRequest"
You can’t perform that action at this time.
0 commit comments