Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2011-01-27 20:54:02 +00:00
6 changed files with 83 additions and 21 deletions

View File

@@ -62,6 +62,11 @@ public class RegionCombinerLargeLandChannel : ILandChannel
{
return RootRegionLandChannel.AllParcels();
}
public void Clear(bool setupDefaultParcel)
{
RootRegionLandChannel.Clear(setupDefaultParcel);
}
public ILandObject GetLandObject(int x, int y)
{