aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-01 19:02:16 +0000
committerJustin Clarke Casey2008-12-01 19:02:16 +0000
commite31b8be54dd4b6f2ceecf1665d85a1d8c25ad648 (patch)
tree2aeb973b2bebf2886db32ddc88c3d6ec512bcf8f /OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
parentMore reverts. Revert the MySQL database module. This caused more issues (diff)
downloadopensim-SC_OLD-e31b8be54dd4b6f2ceecf1665d85a1d8c25ad648.zip
opensim-SC_OLD-e31b8be54dd4b6f2ceecf1665d85a1d8c25ad648.tar.gz
opensim-SC_OLD-e31b8be54dd4b6f2ceecf1665d85a1d8c25ad648.tar.bz2
opensim-SC_OLD-e31b8be54dd4b6f2ceecf1665d85a1d8c25ad648.tar.xz
* minor: remove 2 mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
index 2268b28..c36c5ba 100644
--- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
@@ -675,7 +675,7 @@ namespace OpenSim.Region.Environment.Scenes
675 675
676 // the avatar.Close below will clear the child region list. We need this below for (possibly) 676 // the avatar.Close below will clear the child region list. We need this below for (possibly)
677 // closing the child agents, so save it here (we need a copy as it is Clear()-ed). 677 // closing the child agents, so save it here (we need a copy as it is Clear()-ed).
678 List<ulong> childRegions = new List<ulong>(avatar.GetKnownRegionList()); 678 //List<ulong> childRegions = new List<ulong>(avatar.GetKnownRegionList());
679 // Compared to ScenePresence.CrossToNewRegion(), there's no obvious code to handle a teleport 679 // Compared to ScenePresence.CrossToNewRegion(), there's no obvious code to handle a teleport
680 // failure at this point (unlike a border crossing failure). So perhaps this can never fail 680 // failure at this point (unlike a border crossing failure). So perhaps this can never fail
681 // once we reach here... 681 // once we reach here...