mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
More debugging of RegionCombinerModule.RegionLoaded() by making RegionLoaded() a two line function
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user