diff options
-rw-r--r-- | OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs b/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs index 4c65ce3..b1c4429 100644 --- a/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs +++ b/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs | |||
@@ -52,8 +52,6 @@ namespace OpenSim.Region.CoreModules.World.Estate | |||
52 | 52 | ||
53 | protected EstateManagementModule m_module; | 53 | protected EstateManagementModule m_module; |
54 | 54 | ||
55 | protected Commander m_commander = new Commander("estate"); | ||
56 | |||
57 | // used to prevent multiple processing of commands when called from root region | 55 | // used to prevent multiple processing of commands when called from root region |
58 | private static string[] m_currentCmd = null; | 56 | private static string[] m_currentCmd = null; |
59 | private static EstateSettings m_estateSettings = null; | 57 | private static EstateSettings m_estateSettings = null; |