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:
Sean Dague
2007-10-22 15:37:54 +00:00
parent c4707a284f
commit 6acaabefc3
18 changed files with 500 additions and 573 deletions

View File

@@ -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;
}