mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
This is the replacement fix for large regions and string version.
This commit is contained in:
@@ -260,6 +260,12 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||
EntityTransferContext ctx = new EntityTransferContext();
|
||||
ctx.InboundVersion = inboundVersion;
|
||||
ctx.OutboundVersion = outboundVersion;
|
||||
if (minVersionProvided == 0f)
|
||||
{
|
||||
ctx.InboundVersion = version;
|
||||
ctx.OutboundVersion = version;
|
||||
}
|
||||
|
||||
bool result = m_SimulationService.QueryAccess(destination, agentID, agentHomeURI, viaTeleport, position, features, ctx, out reason);
|
||||
|
||||
resp["success"] = OSD.FromBoolean(result);
|
||||
|
||||
Reference in New Issue
Block a user