diff options
Diffstat (limited to 'OpenSim.RegionServer/OpenSimMain.cs')
-rw-r--r-- | OpenSim.RegionServer/OpenSimMain.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs index d17898c..b2bc0b3 100644 --- a/OpenSim.RegionServer/OpenSimMain.cs +++ b/OpenSim.RegionServer/OpenSimMain.cs | |||
@@ -170,8 +170,6 @@ namespace OpenSim | |||
170 | 170 | ||
171 | OpenSimRoot.Instance.LocalWorld.LoadStorageDLL("OpenSim.Storage.LocalStorageDb4o.dll"); //all these dll names shouldn't be hard coded. | 171 | OpenSimRoot.Instance.LocalWorld.LoadStorageDLL("OpenSim.Storage.LocalStorageDb4o.dll"); //all these dll names shouldn't be hard coded. |
172 | OpenSimRoot.Instance.LocalWorld.LoadPrimsFromStorage(); | 172 | OpenSimRoot.Instance.LocalWorld.LoadPrimsFromStorage(); |
173 | |||
174 | OpenSim.world.Avatar.LoadAnims(); | ||
175 | 173 | ||
176 | if (this.sandbox) | 174 | if (this.sandbox) |
177 | { | 175 | { |