mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Removed extraneous left-/ on /object/ subpath. Bug introduced during region URLs clean up.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user