mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
revert r2162 as it completely clobbered all the work on
the ChatModule by MW and myself. Couldn't find Adam online after that rev went in.
This commit is contained in:
@@ -61,12 +61,12 @@ namespace OpenSim.DataStore.NullStorage
|
||||
return new List<SceneObjectGroup>();
|
||||
}
|
||||
|
||||
public void StoreTerrain(double[,] ter, LLUUID regionID)
|
||||
public void StoreTerrain(double[,] ter)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public double[,] LoadTerrain(LLUUID regionID)
|
||||
public double[,] LoadTerrain()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user