diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/ILandChannel.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/ILandChannel.cs b/OpenSim/Framework/ILandChannel.cs index 44a24b9..12a8228 100644 --- a/OpenSim/Framework/ILandChannel.cs +++ b/OpenSim/Framework/ILandChannel.cs | |||
@@ -76,6 +76,8 @@ namespace OpenSim.Region.Framework.Interfaces | |||
76 | /// <returns></returns> | 76 | /// <returns></returns> |
77 | ILandObject GetLandObject(int localID); | 77 | ILandObject GetLandObject(int localID); |
78 | 78 | ||
79 | ILandObject GetLandObject(UUID GlobalID); | ||
80 | |||
79 | /// <summary> | 81 | /// <summary> |
80 | /// Clear the land channel of all parcels. | 82 | /// Clear the land channel of all parcels. |
81 | /// </summary> | 83 | /// </summary> |