diff options
author | Teravus Ovares | 2008-10-05 18:42:05 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-10-05 18:42:05 +0000 |
commit | 3ac76db76b378525c001027596df9edbf4ed021e (patch) | |
tree | 473af36bc311922b784c1434ab89f97f9412394c /OpenSim/Framework | |
parent | Revert the packet resend timing changes. They caused login issues in primmy (diff) | |
download | opensim-SC_OLD-3ac76db76b378525c001027596df9edbf4ed021e.zip opensim-SC_OLD-3ac76db76b378525c001027596df9edbf4ed021e.tar.gz opensim-SC_OLD-3ac76db76b378525c001027596df9edbf4ed021e.tar.bz2 opensim-SC_OLD-3ac76db76b378525c001027596df9edbf4ed021e.tar.xz |
* Fixes the last snag with the EventQueue. The situation where the seedcap gets lost on teleport.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index a0c59ad..0c52e5e 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -157,6 +157,7 @@ namespace OpenSim.Framework.Communications.Capabilities | |||
157 | { | 157 | { |
158 | // the root of all evil | 158 | // the root of all evil |
159 | m_capsHandlers["SEED"] = new RestStreamHandler("POST", capsBase + m_requestPath, CapsRequest); | 159 | m_capsHandlers["SEED"] = new RestStreamHandler("POST", capsBase + m_requestPath, CapsRequest); |
160 | m_log.Warn("[SEED]: " + capsBase + m_requestPath); | ||
160 | //m_capsHandlers["MapLayer"] = | 161 | //m_capsHandlers["MapLayer"] = |
161 | // new LLSDStreamhandler<LLSDMapRequest, LLSDMapLayerResponse>("POST", | 162 | // new LLSDStreamhandler<LLSDMapRequest, LLSDMapLayerResponse>("POST", |
162 | // capsBase + m_mapLayerPath, | 163 | // capsBase + m_mapLayerPath, |