diff options
author | gareth | 2007-03-23 13:04:06 +0000 |
---|---|---|
committer | gareth | 2007-03-23 13:04:06 +0000 |
commit | 3fcfb8545d53f70c7a7369632c0ef695d0767c8d (patch) | |
tree | 11a2040851d96f0b166c50e3b84073c56d534e9d /OpenSim.RegionServer/OpenSimMain.cs | |
parent | * Fixed so vs solution builds REgionServer as OpenSim.exe (diff) | |
download | opensim-SC_OLD-3fcfb8545d53f70c7a7369632c0ef695d0767c8d.zip opensim-SC_OLD-3fcfb8545d53f70c7a7369632c0ef695d0767c8d.tar.gz opensim-SC_OLD-3fcfb8545d53f70c7a7369632c0ef695d0767c8d.tar.bz2 opensim-SC_OLD-3fcfb8545d53f70c7a7369632c0ef695d0767c8d.tar.xz |
Added LoadAnims()
Diffstat (limited to '')
-rw-r--r-- | OpenSim.RegionServer/OpenSimMain.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs index b2bc0b3..d17898c 100644 --- a/OpenSim.RegionServer/OpenSimMain.cs +++ b/OpenSim.RegionServer/OpenSimMain.cs | |||
@@ -170,6 +170,8 @@ 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(); | ||
173 | 175 | ||
174 | if (this.sandbox) | 176 | if (this.sandbox) |
175 | { | 177 | { |