Warn if sending imcomplete appearence
This commit is contained in:
@@ -3984,7 +3984,10 @@ void LLAgent::sendAgentSetAppearance()
|
||||
}
|
||||
}
|
||||
|
||||
// llinfos << "Avatar XML num VisualParams transmitted = " << transmitted_params << llendl;
|
||||
llinfos << "Avatar XML num VisualParams transmitted = " << transmitted_params << llendl;
|
||||
if(transmitted_params < 218) {
|
||||
LLNotificationsUtil::add("SGIncompleteAppearence");
|
||||
}
|
||||
sendReliableMessage();
|
||||
}
|
||||
|
||||
|
||||
@@ -7020,5 +7020,18 @@ Click 'Wear' to attach the Physics Wearable, or click 'Cancel' if you wish to ma
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alert.tga"
|
||||
name="SGIncompleteAppearence"
|
||||
type="alert">
|
||||
Sending incomplete appearence. You may appear to others as a cloud.
|
||||
|
||||
Your shape, skin, hair or eyes might be defect.
|
||||
<usetemplate
|
||||
name="okbutton"
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
|
||||
</notifications>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user