mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Change IsLocalRegion from using region handle to using regionID. This was affecting UpdateAgent and CloseAgent in cases where the foreign region is on the same coordinates as *some* local region.
This commit is contained in:
@@ -576,7 +576,6 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||
//agent.Dump();
|
||||
// This is one of the meanings of PUT agent
|
||||
result = UpdateAgent(destination, agent);
|
||||
|
||||
}
|
||||
else if ("AgentPosition".Equals(messageType))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user