diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/SimulatorServices/RegionAssetService.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/SimulatorServices/RegionAssetService.cs b/OpenSim/SimulatorServices/RegionAssetService.cs index 06f42d3..a9080f7 100644 --- a/OpenSim/SimulatorServices/RegionAssetService.cs +++ b/OpenSim/SimulatorServices/RegionAssetService.cs | |||
@@ -37,7 +37,7 @@ using OpenSim.Region.Framework.Interfaces; | |||
37 | using OpenSim.Server.Base; | 37 | using OpenSim.Server.Base; |
38 | using OpenSim.Server.Handlers.Base; | 38 | using OpenSim.Server.Handlers.Base; |
39 | 39 | ||
40 | namespace OpenSim.Region.SimulatorServices | 40 | namespace OpenSim.SimulatorServices |
41 | { | 41 | { |
42 | public class RegionAssetService : ISharedRegionModule | 42 | public class RegionAssetService : ISharedRegionModule |
43 | { | 43 | { |
@@ -55,6 +55,8 @@ namespace OpenSim.Region.SimulatorServices | |||
55 | enabled = ((!config.Configs["Startup"].GetBoolean("gridmode", true)) && | 55 | enabled = ((!config.Configs["Startup"].GetBoolean("gridmode", true)) && |
56 | config.Configs["Startup"].GetBoolean("hypergrid", true)) || | 56 | config.Configs["Startup"].GetBoolean("hypergrid", true)) || |
57 | ((config.Configs["MXP"] != null) && config.Configs["MXP"].GetBoolean("Enabled", true)); | 57 | ((config.Configs["MXP"] != null) && config.Configs["MXP"].GetBoolean("Enabled", true)); |
58 | m_log.DebugFormat("[RegionAssetService]: enabled? {0}", enabled); | ||
59 | m_Config = config; | ||
58 | } | 60 | } |
59 | 61 | ||
60 | public void PostInitialise() | 62 | public void PostInitialise() |