aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-07 23:37:23 +0100
committerJustin Clark-Casey (justincc)2011-07-07 23:37:23 +0100
commit2fbc98fa5c518d549768899573fa506a22f529e6 (patch)
tree7d1030ddf65a1de1a157fbb18a810299122c39d3
parentEnsure that the max transfer distance is initialized correctly. (diff)
downloadopensim-SC_OLD-2fbc98fa5c518d549768899573fa506a22f529e6.zip
opensim-SC_OLD-2fbc98fa5c518d549768899573fa506a22f529e6.tar.gz
opensim-SC_OLD-2fbc98fa5c518d549768899573fa506a22f529e6.tar.bz2
opensim-SC_OLD-2fbc98fa5c518d549768899573fa506a22f529e6.tar.xz
Make MeshUploadFlagModule non-shared rather than shared (since each scene needs its own cap)
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/MeshUploadFlagModule.cs2
-rw-r--r--bin/addon-modules/README1
2 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/MeshUploadFlagModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/MeshUploadFlagModule.cs
index 98f9663..2d15ca5 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/MeshUploadFlagModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/MeshUploadFlagModule.cs
@@ -47,7 +47,7 @@ namespace OpenSim.Region.ClientStack.Linden
47 /// </summary> 47 /// </summary>
48 /// 48 ///
49 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")] 49 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")]
50 public class MeshUploadFlagModule : ISharedRegionModule 50 public class MeshUploadFlagModule : INonSharedRegionModule
51 { 51 {
52 private static readonly ILog m_log = 52 private static readonly ILog m_log =
53 LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 53 LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
diff --git a/bin/addon-modules/README b/bin/addon-modules/README
deleted file mode 100644
index 120dbc9..0000000
--- a/bin/addon-modules/README
+++ /dev/null
@@ -1 +0,0 @@
1Place .ini files here to have them picked up automatically