Make MeshUploadFlagModule non-shared rather than shared (since each scene needs its own cap)
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
/// </summary>
|
||||
///
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")]
|
||||
public class MeshUploadFlagModule : ISharedRegionModule
|
||||
public class MeshUploadFlagModule : INonSharedRegionModule
|
||||
{
|
||||
private static readonly ILog m_log =
|
||||
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Place .ini files here to have them picked up automatically
|
||||
Reference in New Issue
Block a user