Remove redundant and annoyingly modal message box in upload processing.
parent
0ca9666932
commit
2e8e8d576e
|
@ -1116,17 +1116,17 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
AddNewInventoryItem(m_HostCapsObj.AgentID, item, (uint)cost);
|
AddNewInventoryItem(m_HostCapsObj.AgentID, item, (uint)cost);
|
||||||
if (client != null)
|
// if (client != null)
|
||||||
{
|
// {
|
||||||
// let users see anything.. i don't so far
|
// // let users see anything.. i don't so far
|
||||||
string str;
|
// string str;
|
||||||
if (cost > 0)
|
// if (cost > 0)
|
||||||
// dont remember where is money unit name to put here
|
// // dont remember where is money unit name to put here
|
||||||
str = "Upload complete. charged " + cost.ToString() + "$";
|
// str = "Upload complete. charged " + cost.ToString() + "$";
|
||||||
else
|
// else
|
||||||
str = "Upload complete";
|
// str = "Upload complete";
|
||||||
client.SendAgentAlertMessage(str, true);
|
// client.SendAgentAlertMessage(str, true);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue