Removed extraneous left-/ on /object/ subpath. Bug introduced during region URLs clean up.
parent
1fa9399ab8
commit
7cfb3d7e96
|
@ -489,7 +489,7 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||||
|
|
||||||
protected virtual string ObjectPath()
|
protected virtual string ObjectPath()
|
||||||
{
|
{
|
||||||
return "/object/";
|
return "object/";
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool CreateObject(GridRegion destination, ISceneObject sog, bool isLocalCall)
|
public bool CreateObject(GridRegion destination, ISceneObject sog, bool isLocalCall)
|
||||||
|
|
Loading…
Reference in New Issue