diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 544455c532..72142f2edf 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -10160,9 +10160,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP case "refreshmapvisibility": if (((Scene)m_scene).Permissions.CanIssueEstateCommand(AgentId, false)) { - IMapImageGenerator mapModule = Scene.RequestModuleInterface(); + IWorldMapModule mapModule = Scene.RequestModuleInterface(); if (mapModule != null) - mapModule.CreateMapTile(); + mapModule.GenerateMaptile(); } return true;