aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 06b4de7..a32210b 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -535,7 +535,7 @@ namespace OpenSim
535 } 535 }
536 536
537 // We need to do this after we've initialized the scripting engines. 537 // We need to do this after we've initialized the scripting engines.
538 scene.StartScripts(); 538 scene.CreateScriptInstances();
539 539
540 scene.loadAllLandObjectsFromStorage(regionInfo.originRegionID); 540 scene.loadAllLandObjectsFromStorage(regionInfo.originRegionID);
541 scene.EventManager.TriggerParcelPrimCountUpdate(); 541 scene.EventManager.TriggerParcelPrimCountUpdate();
@@ -729,3 +729,4 @@ namespace OpenSim
729} 729}
730 730
731 731
732