minor: add doc to a few parcel methods

This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-25 17:49:38 +00:00
parent 40464f6cc6
commit 59caa68e08
5 changed files with 44 additions and 7 deletions

View File

@@ -118,6 +118,7 @@ public class RegionCombinerLargeLandChannel : ILandChannel
return regionData.RegionScene.LandChannel.GetLandObject(x - offsetX, y - offsetY);
}
}
ILandObject obj = new LandObject(UUID.Zero, false, RegData.RegionScene);
obj.LandData.Name = "NO LAND";
return obj;