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/SerializableRegionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/SerializableRegionInfo.cs') diff --git a/OpenSim/Framework/SerializableRegionInfo.cs b/OpenSim/Framework/SerializableRegionInfo.cs index c7e7d27..172d338 100644 --- a/OpenSim/Framework/SerializableRegionInfo.cs +++ b/OpenSim/Framework/SerializableRegionInfo.cs @@ -72,7 +72,7 @@ namespace OpenSim.Framework m_internalEndPoint = new IPEndPoint(IPAddress.Parse("0.0.0.0"), (int) port); } - public LLUUID RegionID = LLUUID.Zero; + public Guid RegionID = LLUUID.Zero.UUID; public uint m_remotingPort; public uint RemotingPort -- cgit v1.1