diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 872c061..2e03874 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -742,6 +742,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
742 | //Animation states | 742 | //Animation states |
743 | m_useFlySlow = startupConfig.GetBoolean("enableflyslow", false); | 743 | m_useFlySlow = startupConfig.GetBoolean("enableflyslow", false); |
744 | 744 | ||
745 | MaxUndoCount = startupConfig.GetInt("MaxPrimUndos", 20); | ||
746 | |||
745 | PhysicalPrims = startupConfig.GetBoolean("physical_prim", PhysicalPrims); | 747 | PhysicalPrims = startupConfig.GetBoolean("physical_prim", PhysicalPrims); |
746 | CollidablePrims = startupConfig.GetBoolean("collidable_prim", CollidablePrims); | 748 | CollidablePrims = startupConfig.GetBoolean("collidable_prim", CollidablePrims); |
747 | 749 | ||
@@ -932,9 +934,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
932 | WestBorders.Add(westBorder); | 934 | WestBorders.Add(westBorder); |
933 | BordersLocked = false; | 935 | BordersLocked = false; |
934 | 936 | ||
935 | // TODO: At some point this should be made configurable. | ||
936 | MaxUndoCount = 5; | ||
937 | |||
938 | m_eventManager = new EventManager(); | 937 | m_eventManager = new EventManager(); |
939 | 938 | ||
940 | m_permissions = new ScenePermissions(this); | 939 | m_permissions = new ScenePermissions(this); |