diff options
author | mingchen | 2008-05-23 15:12:15 +0000 |
---|---|---|
committer | mingchen | 2008-05-23 15:12:15 +0000 |
commit | d04443b4fe0fb3993b53086d95be97a766b409f6 (patch) | |
tree | d6989220bdb1aad7e49546108f9624227c3f07f8 /OpenSim/Region/Application/OpenSimMain.cs | |
parent | i've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule. (diff) | |
download | opensim-SC_OLD-d04443b4fe0fb3993b53086d95be97a766b409f6.zip opensim-SC_OLD-d04443b4fe0fb3993b53086d95be97a766b409f6.tar.gz opensim-SC_OLD-d04443b4fe0fb3993b53086d95be97a766b409f6.tar.bz2 opensim-SC_OLD-d04443b4fe0fb3993b53086d95be97a766b409f6.tar.xz |
*Refactor of the LandManagementModule that allows OpenSim to run without it
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index ea7b0e7..e51191f 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -617,7 +617,7 @@ namespace OpenSim | |||
617 | scene.StartScripts(); | 617 | scene.StartScripts(); |
618 | 618 | ||
619 | scene.loadAllLandObjectsFromStorage(regionInfo.originRegionID); | 619 | scene.loadAllLandObjectsFromStorage(regionInfo.originRegionID); |
620 | scene.LandChannel.PerformParcelPrimCountUpdate(); | 620 | scene.EventManager.TriggerParcelPrimCountUpdate(); |
621 | 621 | ||
622 | m_sceneManager.Add(scene); | 622 | m_sceneManager.Add(scene); |
623 | 623 | ||