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

viewer-2-initial-appearance
Diva Canto 2010-12-07 17:17:06 -08:00
parent 1fa9399ab8
commit 7cfb3d7e96
1 changed files with 1 additions and 1 deletions

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)