mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
*Renamed ParcelManager to LandManager
*Made the Parcel class its own file and moved the Parcel and LandManager into their own folder in Environment *Some renaming might need to be done so the Parcel class doesn't have issues with the libsecondlife Parcel class, but Land doesn't seem right.
This commit is contained in:
@@ -342,7 +342,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
((SceneObject)ent).GetProperites(remoteClient);
|
||||
((SceneObject)ent).isSelected = true;
|
||||
this.ParcelManager.setPrimsTainted();
|
||||
this.LandManager.setPrimsTainted();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -363,7 +363,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
if (((SceneObject)ent).rootLocalID == primLocalID)
|
||||
{
|
||||
((SceneObject)ent).isSelected = false;
|
||||
this.ParcelManager.setPrimsTainted();
|
||||
this.LandManager.setPrimsTainted();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user