diff options
author | Teravus Ovares | 2007-12-07 23:21:32 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-12-07 23:21:32 +0000 |
commit | 5f516c9fb20e8c061f7b634ceeb2b21286dfcd5e (patch) | |
tree | 33928fb162f8f7bddd26e19f343ec79e2734f7ad /OpenSim/Framework/RegionInfo.cs | |
parent | Enabled the TextureDownloadModule, so that hopefully I might get some feedbac... (diff) | |
download | opensim-SC_OLD-5f516c9fb20e8c061f7b634ceeb2b21286dfcd5e.zip opensim-SC_OLD-5f516c9fb20e8c061f7b634ceeb2b21286dfcd5e.tar.gz opensim-SC_OLD-5f516c9fb20e8c061f7b634ceeb2b21286dfcd5e.tar.bz2 opensim-SC_OLD-5f516c9fb20e8c061f7b634ceeb2b21286dfcd5e.tar.xz |
* All remoting calls are now using Serializable values
* There's still goofyness though, because other regions are denying child agent avatar.
* Still more debugging required.
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 5dc11ad..770107f 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -235,6 +235,7 @@ namespace OpenSim.Framework | |||
235 | m_externalHostName = ConvertFrom.ExternalHostName; | 235 | m_externalHostName = ConvertFrom.ExternalHostName; |
236 | m_remotingPort = ConvertFrom.RemotingPort; | 236 | m_remotingPort = ConvertFrom.RemotingPort; |
237 | RemotingAddress = ConvertFrom.RemotingAddress; | 237 | RemotingAddress = ConvertFrom.RemotingAddress; |
238 | RegionID = LLUUID.Zero; | ||
238 | } | 239 | } |
239 | //not in use, should swap to nini though. | 240 | //not in use, should swap to nini though. |
240 | public void LoadFromNiniSource(IConfigSource source) | 241 | public void LoadFromNiniSource(IConfigSource source) |