diff options
author | MW | 2007-04-02 10:46:59 +0000 |
---|---|---|
committer | MW | 2007-04-02 10:46:59 +0000 |
commit | 1ea4ba3a18cf0ccdc512a1cc800e44bc5cf16210 (patch) | |
tree | 4022048c8ad28d31a2dd9c87f27bab213a731468 /OpenSim.Framework/IConfig.cs | |
parent | Finished putting user server config into Db4o (diff) | |
download | opensim-SC_OLD-1ea4ba3a18cf0ccdc512a1cc800e44bc5cf16210.zip opensim-SC_OLD-1ea4ba3a18cf0ccdc512a1cc800e44bc5cf16210.tar.gz opensim-SC_OLD-1ea4ba3a18cf0ccdc512a1cc800e44bc5cf16210.tar.bz2 opensim-SC_OLD-1ea4ba3a18cf0ccdc512a1cc800e44bc5cf16210.tar.xz |
Moved database storage of the world map to the Db4LocalStorage so its in the same database as in world prims are stored.
Diffstat (limited to 'OpenSim.Framework/IConfig.cs')
-rw-r--r-- | OpenSim.Framework/IConfig.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim.Framework/IConfig.cs b/OpenSim.Framework/IConfig.cs index ca7f645..7b4c040 100644 --- a/OpenSim.Framework/IConfig.cs +++ b/OpenSim.Framework/IConfig.cs | |||
@@ -66,8 +66,6 @@ namespace OpenSim.Framework.Interfaces | |||
66 | 66 | ||
67 | public abstract void InitConfig(bool sandboxMode); | 67 | public abstract void InitConfig(bool sandboxMode); |
68 | public abstract void LoadFromGrid(); | 68 | public abstract void LoadFromGrid(); |
69 | public abstract float[] LoadWorld(); | ||
70 | public abstract void SaveMap(float[] heightmap); | ||
71 | 69 | ||
72 | } | 70 | } |
73 | 71 | ||