aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
index 318b04a..2f81192 100644
--- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
@@ -296,7 +296,10 @@ namespace OpenSim.Region.Environment.Scenes
296 296
297 // FIXME: Okay, even though we've failed, we're still going to throw the exception on, 297 // FIXME: Okay, even though we've failed, we're still going to throw the exception on,
298 // since I don't know what will happen if we just let the client continue 298 // since I don't know what will happen if we just let the client continue
299 throw e; 299
300 // XXX: Well, decided to swallow the exception instead for now. Let us see how that goes.
301 // throw e;
302
300 } 303 }
301 } 304 }
302 } 305 }