* More cleaning - Sugilite now only has build errors for "value is never used" properties (which I presume will be filled in over time)

This commit is contained in:
Adam Frisby
2007-07-04 05:49:12 +00:00
parent daf7b8ec76
commit 249ce4cf6f
6 changed files with 21 additions and 5 deletions

View File

@@ -456,7 +456,7 @@ namespace OpenSim.Region.ClientStack
{
AssetLandmark lm = new AssetLandmark(lma);
if (lm.RegionID == m_regionData.SimUUID)
if (lm.RegionID == m_world.RegionInfo.SimUUID)
{
TeleportLocalPacket tpLocal = new TeleportLocalPacket();