mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Fix an issue where the client supplies an empty name and it was applied
to the inventory item, causing the item to wind up without a name.
This commit is contained in:
@@ -538,6 +538,10 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
asset.Name = newName;
|
||||
}
|
||||
else
|
||||
{
|
||||
newName = item.Name;
|
||||
}
|
||||
|
||||
if (remoteClient.AgentId == oldAgentID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user