diff options
author | Diva Canto | 2013-06-21 20:52:46 -0700 |
---|---|---|
committer | Diva Canto | 2013-06-21 20:52:46 -0700 |
commit | 4778d67005c3364ee3f75bdd6640f03ff945d885 (patch) | |
tree | b77a75fe01a7e7b5aa0114d655edca7683b8c51d /OpenSim/Server/Handlers/Hypergrid/AgentHandlers.cs | |
parent | BulletSim: Implementation of Linear Deflection, it is a partial help for the ... (diff) | |
download | opensim-SC-4778d67005c3364ee3f75bdd6640f03ff945d885.zip opensim-SC-4778d67005c3364ee3f75bdd6640f03ff945d885.tar.gz opensim-SC-4778d67005c3364ee3f75bdd6640f03ff945d885.tar.bz2 opensim-SC-4778d67005c3364ee3f75bdd6640f03ff945d885.tar.xz |
Finally moved HG agent transfers to use agent fatpacks.
Diffstat (limited to 'OpenSim/Server/Handlers/Hypergrid/AgentHandlers.cs')
-rw-r--r-- | OpenSim/Server/Handlers/Hypergrid/AgentHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Hypergrid/AgentHandlers.cs b/OpenSim/Server/Handlers/Hypergrid/AgentHandlers.cs index cf1af15..adc2fbc 100644 --- a/OpenSim/Server/Handlers/Hypergrid/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Hypergrid/AgentHandlers.cs | |||
@@ -61,7 +61,7 @@ namespace OpenSim.Server.Handlers.Hypergrid | |||
61 | m_Proxy = proxy; | 61 | m_Proxy = proxy; |
62 | } | 62 | } |
63 | 63 | ||
64 | protected override bool CreateAgent(GridRegion destination, AgentCircuitData aCircuit, uint teleportFlags, out string reason) | 64 | protected override bool CreateAgent(GridRegion gatekeeper, GridRegion destination, AgentCircuitData aCircuit, uint teleportFlags, bool fromLogin, out string reason) |
65 | { | 65 | { |
66 | return m_GatekeeperService.LoginAgent(aCircuit, destination, out reason); | 66 | return m_GatekeeperService.LoginAgent(aCircuit, destination, out reason); |
67 | } | 67 | } |