mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Fixed typo.
This commit is contained in:
@@ -612,7 +612,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
return false;
|
||||
}
|
||||
|
||||
public string RequestInventoryFile(uint localID, XferManagaer xferManager)
|
||||
public string RequestInventoryFile(uint localID, XferManager xferManager)
|
||||
{
|
||||
SceneObjectPart part = this.GetChildPrim(localID);
|
||||
if (part != null)
|
||||
|
||||
Reference in New Issue
Block a user