aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 34a9246..168836c 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -461,15 +461,14 @@ namespace OpenSim
461 while (regionInfo.EstateSettings.EstateOwner == UUID.Zero && MainConsole.Instance != null) 461 while (regionInfo.EstateSettings.EstateOwner == UUID.Zero && MainConsole.Instance != null)
462 SetUpEstateOwner(scene); 462 SetUpEstateOwner(scene);
463 463
464 scene.loadAllLandObjectsFromStorage(regionInfo.originRegionID);
465
464 // Prims have to be loaded after module configuration since some modules may be invoked during the load 466 // Prims have to be loaded after module configuration since some modules may be invoked during the load
465 scene.LoadPrimsFromStorage(regionInfo.originRegionID); 467 scene.LoadPrimsFromStorage(regionInfo.originRegionID);
466 468
467 // TODO : Try setting resource for region xstats here on scene 469 // TODO : Try setting resource for region xstats here on scene
468 MainServer.Instance.AddStreamHandler(new RegionStatsHandler(regionInfo)); 470 MainServer.Instance.AddStreamHandler(new RegionStatsHandler(regionInfo));
469 471
470 scene.loadAllLandObjectsFromStorage(regionInfo.originRegionID);
471 scene.EventManager.TriggerParcelPrimCountUpdate();
472
473 if (scene.SnmpService != null) 472 if (scene.SnmpService != null)
474 { 473 {
475 scene.SnmpService.BootInfo("Grid Registration in progress", scene); 474 scene.SnmpService.BootInfo("Grid Registration in progress", scene);