change region objecthandlers

This commit is contained in:
UbitUmarov
2020-04-26 18:11:34 +01:00
parent 473dba93e8
commit 05f098be56
2 changed files with 75 additions and 75 deletions

View File

@@ -50,7 +50,7 @@ namespace OpenSim.Server.Handlers.Simulation
// are pure binary and shoehorning that into a string with UTF-8
// encoding breaks it
server.AddSimpleStreamHandler(new AgentSimpleHandler(m_LocalSimulationService), true);
server.AddHTTPHandler("/object/", new ObjectHandler(m_LocalSimulationService).Handler);
server.AddSimpleStreamHandler(new ObjectSimpleHandler(m_LocalSimulationService), true);
}
}
}