From 7d6d94a7b58c91ce2720d57235768813938efa85 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Fri, 16 Oct 2009 16:49:13 -0700 Subject: [PATCH] More debugging of RegionCombinerModule.RegionLoaded() by making RegionLoaded() a two line function --- .../Region/CoreModules/World/Land/RegionCombinerModule.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/OpenSim/Region/CoreModules/World/Land/RegionCombinerModule.cs b/OpenSim/Region/CoreModules/World/Land/RegionCombinerModule.cs index 649991546a..d8c5ed9fcf 100644 --- a/OpenSim/Region/CoreModules/World/Land/RegionCombinerModule.cs +++ b/OpenSim/Region/CoreModules/World/Land/RegionCombinerModule.cs @@ -81,8 +81,12 @@ namespace OpenSim.Region.CoreModules.World.Land public void RegionLoaded(Scene scene) { - if (!enabledYN) - return; + if (enabledYN) + RegionLoadedDoWork(scene); + } + + private void RegionLoadedDoWork(Scene scene) + { /* // For testing on a single instance if (scene.RegionInfo.RegionLocX == 1004 && scene.RegionInfo.RegionLocY == 1000)