mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
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:
@@ -62,6 +62,11 @@ public class RegionCombinerLargeLandChannel : ILandChannel
|
||||
{
|
||||
return RootRegionLandChannel.AllParcels();
|
||||
}
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
RootRegionLandChannel.Clear();
|
||||
}
|
||||
|
||||
public ILandObject GetLandObject(int x, int y)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user