From 6bb8055cc23c31a729b06ee499c54562ba1c2f69 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 1 Feb 2019 12:52:58 +0000 Subject: change last commit to do as console comand generate map --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs') diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 544455c..72142f2 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; -- cgit v1.1