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/Region | |
parent | BulletSim: Implementation of Linear Deflection, it is a partial help for the ... (diff) | |
download | opensim-SC_OLD-4778d67005c3364ee3f75bdd6640f03ff945d885.zip opensim-SC_OLD-4778d67005c3364ee3f75bdd6640f03ff945d885.tar.gz opensim-SC_OLD-4778d67005c3364ee3f75bdd6640f03ff945d885.tar.bz2 opensim-SC_OLD-4778d67005c3364ee3f75bdd6640f03ff945d885.tar.xz |
Finally moved HG agent transfers to use agent fatpacks.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs index 02ed1a0..0715324 100644 --- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs +++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs | |||
@@ -273,7 +273,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer | |||
273 | { | 273 | { |
274 | string userAgentDriver = agentCircuit.ServiceURLs["HomeURI"].ToString(); | 274 | string userAgentDriver = agentCircuit.ServiceURLs["HomeURI"].ToString(); |
275 | IUserAgentService connector = new UserAgentServiceConnector(userAgentDriver); | 275 | IUserAgentService connector = new UserAgentServiceConnector(userAgentDriver); |
276 | bool success = connector.LoginAgentToGrid(agentCircuit, reg, finalDestination, out reason); | 276 | bool success = connector.LoginAgentToGrid(agentCircuit, reg, finalDestination, false, out reason); |
277 | logout = success; // flag for later logout from this grid; this is an HG TP | 277 | logout = success; // flag for later logout from this grid; this is an HG TP |
278 | 278 | ||
279 | if (success) | 279 | if (success) |