Make MeshUploadFlagModule non-shared rather than shared (since each scene needs its own cap)
parent
e91861fff2
commit
2fbc98fa5c
|
@ -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
|
Loading…
Reference in New Issue