mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Allow Grid owners to regenerate a maptile for a region manually through the use of the God Tools
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
@@ -10157,6 +10157,15 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
}
|
||||
return true;
|
||||
|
||||
case "refreshmapvisibility":
|
||||
if (((Scene)m_scene).Permissions.CanIssueEstateCommand(AgentId, false))
|
||||
{
|
||||
IMapImageGenerator mapModule = Scene.RequestModuleInterface<IMapImageGenerator>();
|
||||
if (mapModule != null)
|
||||
mapModule.CreateMapTile();
|
||||
}
|
||||
return true;
|
||||
|
||||
case "kickestate":
|
||||
|
||||
if(((Scene)m_scene).Permissions.CanIssueEstateCommand(AgentId, false))
|
||||
|
||||
Reference in New Issue
Block a user