From 4357288a94dd9253ddc570c38eabf0277d3ff973 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Tue, 14 Dec 2010 11:24:23 -0800 Subject: More on mantis #5270 --- OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs index 1ac8478..a1d9167 100644 --- a/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs @@ -147,7 +147,10 @@ namespace OpenSim.Services.Connectors.Hypergrid public UUID GetMapImage(UUID regionID, string imageURL, string storagePath) { if (m_AssetService == null) + { + m_log.DebugFormat("[GATEKEEPER SERVICE CONNECTOR]: No AssetService defined. Map tile not retrieved."); return m_HGMapImage; + } UUID mapTile = m_HGMapImage; string filename = string.Empty; @@ -167,8 +170,6 @@ namespace OpenSim.Services.Connectors.Hypergrid // !!! for now //info.RegionSettings.TerrainImageID = ass.FullID; - ass.Temporary = true; - ass.Local = true; ass.Data = imageData; m_AssetService.Store(ass); -- cgit v1.1