diff options
author | lbsa71 | 2008-01-02 07:13:34 +0000 |
---|---|---|
committer | lbsa71 | 2008-01-02 07:13:34 +0000 |
commit | 20653830fbd0c0104a62e9c1b71744284b77b754 (patch) | |
tree | 0212d34f7a9802a71ea3ea3ba6404e50de8d00a3 /OpenSim/Framework/Communications | |
parent | * Added using as per mail to see if that does anything for Ursulas build issu... (diff) | |
download | opensim-SC_OLD-20653830fbd0c0104a62e9c1b71744284b77b754.zip opensim-SC_OLD-20653830fbd0c0104a62e9c1b71744284b77b754.tar.gz opensim-SC_OLD-20653830fbd0c0104a62e9c1b71744284b77b754.tar.bz2 opensim-SC_OLD-20653830fbd0c0104a62e9c1b71744284b77b754.tar.xz |
* Refactored out function to load specified AssetSet Xml
This commit dedicated to 'Mohawk - Bad Girls (Need Love Too)'
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetServerBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs index 2153fbf..318082b 100644 --- a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs +++ b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs | |||
@@ -82,11 +82,11 @@ namespace OpenSim.Framework.Communications.Cache | |||
82 | } | 82 | } |
83 | } | 83 | } |
84 | 84 | ||
85 | public void LoadDefaultAssets() | 85 | public virtual void LoadDefaultAssets() |
86 | { | 86 | { |
87 | MainLog.Instance.Verbose("ASSETSERVER", "Setting up asset database"); | 87 | MainLog.Instance.Verbose("ASSETSERVER", "Setting up asset database"); |
88 | 88 | ||
89 | assetLoader.ForEachXmlAsset(StoreAsset); | 89 | assetLoader.ForEachDefaultXmlAsset(StoreAsset); |
90 | 90 | ||
91 | CommitAssets(); | 91 | CommitAssets(); |
92 | } | 92 | } |