Fix OAR parcel loading so that old parcels are replaced by the new instead of merged.

The --merge switch will still merge the old and new land parcelling.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-27 18:48:48 +00:00
parent e33cb3db93
commit 5a26dc2743
6 changed files with 44 additions and 0 deletions

View File

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