mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +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:
@@ -47,8 +47,8 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
|
||||
List<SceneObjectGroup> LoadObjects(LLUUID regionUUID);
|
||||
|
||||
void StoreTerrain(double[,] terrain, LLUUID regionID);
|
||||
double[,] LoadTerrain(LLUUID regionID);
|
||||
void StoreTerrain(double[,] terrain);
|
||||
double[,] LoadTerrain();
|
||||
|
||||
void StoreParcel(Land Parcel);
|
||||
void RemoveLandObject(uint ID);
|
||||
|
||||
Reference in New Issue
Block a user