From 5f516c9fb20e8c061f7b634ceeb2b21286dfcd5e Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Fri, 7 Dec 2007 23:21:32 +0000 Subject: * 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. --- OpenSim/Framework/RegionInfo.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/RegionInfo.cs') 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 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) -- cgit v1.1