diff options
author | Teravus Ovares | 2008-03-30 19:58:14 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-03-30 19:58:14 +0000 |
commit | 8aa4308097ebcc8d51e4d470fe6b0f3582990c3b (patch) | |
tree | cd0b12fb244182b8342dce86635b841d1f0b76b5 /OpenSim/Framework/RegionInfo.cs | |
parent | * Quick fix. Re-enabled some code which registers the Terrain Module's Comman... (diff) | |
download | opensim-SC_OLD-8aa4308097ebcc8d51e4d470fe6b0f3582990c3b.zip opensim-SC_OLD-8aa4308097ebcc8d51e4d470fe6b0f3582990c3b.tar.gz opensim-SC_OLD-8aa4308097ebcc8d51e4d470fe6b0f3582990c3b.tar.bz2 opensim-SC_OLD-8aa4308097ebcc8d51e4d470fe6b0f3582990c3b.tar.xz |
* Minor cleanup
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 095740d..7f284d3 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -285,10 +285,7 @@ namespace OpenSim.Framework | |||
285 | RegionID = LLUUID.Zero; | 285 | RegionID = LLUUID.Zero; |
286 | ServerURI = ConvertFrom.ServerURI; | 286 | ServerURI = ConvertFrom.ServerURI; |
287 | } | 287 | } |
288 | public int getInternalEndPointPort() | 288 | |
289 | { | ||
290 | return m_internalEndPoint.Port; | ||
291 | } | ||
292 | public void SetEndPoint(string ipaddr, int port) | 289 | public void SetEndPoint(string ipaddr, int port) |
293 | { | 290 | { |
294 | IPAddress tmpIP = IPAddress.Parse(ipaddr); | 291 | IPAddress tmpIP = IPAddress.Parse(ipaddr); |