mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
*Moved LandManagement into its own region module (spiffy!)
This commit is contained in:
@@ -29,7 +29,6 @@ using System.Collections.Generic;
|
||||
using libsecondlife;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Environment.Interfaces;
|
||||
using OpenSim.Region.Environment.LandManagement;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.DataStore.NullStorage
|
||||
@@ -72,7 +71,7 @@ namespace OpenSim.DataStore.NullStorage
|
||||
{
|
||||
}
|
||||
|
||||
public void StoreLandObject(Land land, LLUUID regionUUID)
|
||||
public void StoreLandObject(ILandObject land)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user