mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
fix spurious loading... messages on iar load by creating folders as version 1 rather than version 0
This commit is contained in:
@@ -70,7 +70,6 @@ namespace OpenSim.Framework.AssetLoader.Filesystem
|
||||
long numBytes = fInfo.Length;
|
||||
if (fInfo.Exists)
|
||||
{
|
||||
|
||||
FileStream fStream = new FileStream(path, FileMode.Open, FileAccess.Read);
|
||||
byte[] idata = new byte[numBytes];
|
||||
BinaryReader br = new BinaryReader(fStream);
|
||||
@@ -86,7 +85,6 @@ namespace OpenSim.Framework.AssetLoader.Filesystem
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public void ForEachDefaultXmlAsset(string assetSetFilename, Action<AssetBase> action)
|
||||
{
|
||||
List<AssetBase> assets = new List<AssetBase>();
|
||||
|
||||
Reference in New Issue
Block a user