diff options
Diffstat (limited to 'OpenSim/Framework/SerializableRegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/SerializableRegionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
72 | m_internalEndPoint = new IPEndPoint(IPAddress.Parse("0.0.0.0"), (int) port); | 72 | m_internalEndPoint = new IPEndPoint(IPAddress.Parse("0.0.0.0"), (int) port); |
73 | } | 73 | } |
74 | 74 | ||
75 | public LLUUID RegionID = LLUUID.Zero; | 75 | public Guid RegionID = LLUUID.Zero.UUID; |
76 | 76 | ||
77 | public uint m_remotingPort; | 77 | public uint m_remotingPort; |
78 | public uint RemotingPort | 78 | public uint RemotingPort |