mirror of
https://github.com/jamenai/opensim-addon-modules-exp.git
synced 2026-07-27 21:10:25 +00:00
change to module Namespace
This commit is contained in:
+3
-2
@@ -50,7 +50,8 @@ using OpenSim.Services.Interfaces;
|
||||
[assembly: AddinDescription("OpenSimConcurrentFlotsamAssetCache module.")]
|
||||
[assembly: AddinAuthor("Christopher Händler")]
|
||||
|
||||
namespace OpenSim.Region.CoreModules.Asset
|
||||
//namespace OpenSim.Region.CoreModules.Asset
|
||||
namespace OpenSimConcurrentFlotsamAssetCache.Modules
|
||||
{
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "ConcurrentFlotsamAssetCache")]
|
||||
public class ConcurrentFlotsamAssetCache : ISharedRegionModule, IAssetCache, IAssetService
|
||||
@@ -99,7 +100,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
WriteString(bw, asset.Name);
|
||||
WriteString(bw, asset.Description);
|
||||
|
||||
bw.Write((sbyte)asset.Type);
|
||||
bw.Write(asset.Type);
|
||||
bw.Write((uint)asset.Flags);
|
||||
|
||||
var data = asset.Data ?? Array.Empty<byte>();
|
||||
|
||||
Reference in New Issue
Block a user