Removed extraneous left-/ on /object/ subpath. Bug introduced during region URLs clean up.

This commit is contained in:
Diva Canto
2010-12-07 17:17:06 -08:00
parent 1fa9399ab8
commit 7cfb3d7e96

View File

@@ -489,7 +489,7 @@ namespace OpenSim.Services.Connectors.Simulation
protected virtual string ObjectPath()
{
return "/object/";
return "object/";
}
public bool CreateObject(GridRegion destination, ISceneObject sog, bool isLocalCall)