* 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.
This commit is contained in:
Teravus Ovares
2007-12-07 23:21:32 +00:00
parent 87b337ebf9
commit 5f516c9fb2
5 changed files with 36 additions and 10 deletions

View File

@@ -235,6 +235,7 @@ namespace OpenSim.Framework
m_externalHostName = ConvertFrom.ExternalHostName;
m_remotingPort = ConvertFrom.RemotingPort;
RemotingAddress = ConvertFrom.RemotingAddress;
RegionID = LLUUID.Zero;
}
//not in use, should swap to nini though.
public void LoadFromNiniSource(IConfigSource source)