diff options
author | Justin Clarke Casey | 2008-08-05 17:28:23 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-05 17:28:23 +0000 |
commit | f2c456c23df63e93d2ad7282203b94deac9f79f5 (patch) | |
tree | d6fe25b85e813d75a9de52acba871fb0caf78c92 /OpenSim/Region/Application/OpenSimBase.cs | |
parent | * refactor: change console base 'component name' to 'default prompt' since th... (diff) | |
download | opensim-SC_OLD-f2c456c23df63e93d2ad7282203b94deac9f79f5.zip opensim-SC_OLD-f2c456c23df63e93d2ad7282203b94deac9f79f5.tar.gz opensim-SC_OLD-f2c456c23df63e93d2ad7282203b94deac9f79f5.tar.bz2 opensim-SC_OLD-f2c456c23df63e93d2ad7282203b94deac9f79f5.tar.xz |
* Make currently selected region appear in the region console prompt
* This region is used for single region commands (such as save-xml2)
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index c718c53..ce5b335 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -138,9 +138,6 @@ namespace OpenSim | |||
138 | get { return m_httpServer; } | 138 | get { return m_httpServer; } |
139 | } | 139 | } |
140 | 140 | ||
141 | // 6/28 Cfk: Commented out the new in this next line. It used to be | ||
142 | // 6/28 cfk: public new uint HttpServerPort and it was causing a warning indicating there should not be a new | ||
143 | // 6/28 cfk: There is still a new in the declaration above and it is unclear if it should be there or not. | ||
144 | public uint HttpServerPort | 141 | public uint HttpServerPort |
145 | { | 142 | { |
146 | get { return m_httpServerPort; } | 143 | get { return m_httpServerPort; } |