diff options
author | Melanie | 2011-05-08 19:50:35 +0200 |
---|---|---|
committer | Melanie | 2011-05-08 19:50:35 +0200 |
commit | 763666e2d6e82dac4ae1514df8dcbe376c6f4cac (patch) | |
tree | 87a29b0a8985b73052a2a7a4f065b4eb586a97eb /OpenSim/Region | |
parent | Allow attachments to track the user's camera (diff) | |
download | opensim-SC_OLD-763666e2d6e82dac4ae1514df8dcbe376c6f4cac.zip opensim-SC_OLD-763666e2d6e82dac4ae1514df8dcbe376c6f4cac.tar.gz opensim-SC_OLD-763666e2d6e82dac4ae1514df8dcbe376c6f4cac.tar.bz2 opensim-SC_OLD-763666e2d6e82dac4ae1514df8dcbe376c6f4cac.tar.xz |
Enable compressed (gzip) fatpack transfers.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs index edfc94f..8775ea1 100644 --- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs +++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | |||
@@ -329,6 +329,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer | |||
329 | 329 | ||
330 | // Let's create an agent there if one doesn't exist yet. | 330 | // Let's create an agent there if one doesn't exist yet. |
331 | bool logout = false; | 331 | bool logout = false; |
332 | sp.ControllingClient.SendTeleportProgress(teleportFlags | (uint)TeleportFlags.DisableCancel, "Creating agent..."); | ||
332 | if (!CreateAgent(sp, reg, finalDestination, agentCircuit, teleportFlags, out reason, out logout)) | 333 | if (!CreateAgent(sp, reg, finalDestination, agentCircuit, teleportFlags, out reason, out logout)) |
333 | { | 334 | { |
334 | sp.ControllingClient.SendTeleportFailed(String.Format("Destination refused: {0}", | 335 | sp.ControllingClient.SendTeleportFailed(String.Format("Destination refused: {0}", |