diff options
Diffstat (limited to 'OpenSim/Server/Handlers/Simulation/AgentHandlers.cs')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index 5c9be8f..99ae7f0 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -546,7 +546,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
546 | AgentData agent = new AgentData(); | 546 | AgentData agent = new AgentData(); |
547 | try | 547 | try |
548 | { | 548 | { |
549 | agent.Unpack(args, m_SimulationService.GetScene(destination.RegionHandle)); | 549 | agent.Unpack(args, m_SimulationService.GetScene(destination.RegionID)); |
550 | } | 550 | } |
551 | catch (Exception ex) | 551 | catch (Exception ex) |
552 | { | 552 | { |
@@ -566,7 +566,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
566 | AgentPosition agent = new AgentPosition(); | 566 | AgentPosition agent = new AgentPosition(); |
567 | try | 567 | try |
568 | { | 568 | { |
569 | agent.Unpack(args, m_SimulationService.GetScene(destination.RegionHandle)); | 569 | agent.Unpack(args, m_SimulationService.GetScene(destination.RegionID)); |
570 | } | 570 | } |
571 | catch (Exception ex) | 571 | catch (Exception ex) |
572 | { | 572 | { |