mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
*Moved LandManagement into its own region module (spiffy!)
This commit is contained in:
@@ -35,7 +35,6 @@ using OpenSim.Framework;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Framework.Data;
|
||||
using OpenSim.Region.Environment.Interfaces;
|
||||
using OpenSim.Region.Environment.LandManagement;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.DataStore.MSSQL
|
||||
@@ -304,7 +303,7 @@ namespace OpenSim.DataStore.MSSQL
|
||||
{
|
||||
}
|
||||
|
||||
public void StoreLandObject(Land parcel, LLUUID regionUUID)
|
||||
public void StoreLandObject(ILandObject parcel)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user