aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/OpenSimMain.cs
diff options
context:
space:
mode:
authorgareth2007-03-23 13:04:06 +0000
committergareth2007-03-23 13:04:06 +0000
commit3fcfb8545d53f70c7a7369632c0ef695d0767c8d (patch)
tree11a2040851d96f0b166c50e3b84073c56d534e9d /OpenSim.RegionServer/OpenSimMain.cs
parent* Fixed so vs solution builds REgionServer as OpenSim.exe (diff)
downloadopensim-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 'OpenSim.RegionServer/OpenSimMain.cs')
-rw-r--r--OpenSim.RegionServer/OpenSimMain.cs2
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 {