mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
* 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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user