Skip to content

Commit 48422b2

Browse files
committed
Server#1036 A blocked user should not be able to gift L$
1 parent d57ab84 commit 48422b2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

indra/newview/llmutelist.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

indra/newview/skins/default/xui/en/notifications.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12028,6 +12028,14 @@ Unable to find object.
1202812028
Money 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"

0 commit comments

Comments
 (0)