No idea where this diff comes from - change case to lower
parent
0726ef5302
commit
34816fe1ab
|
@ -507,7 +507,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
|
|||
// Don't send a green dot for yourself
|
||||
if (sp.UUID != remoteClient.AgentId)
|
||||
{
|
||||
if (sp.PresenceType == PresenceType.NPC && !m_showNPCs)
|
||||
if (sp.PresenceType == PresenceType.Npc && !m_showNPCs)
|
||||
return;
|
||||
|
||||
mapitem = new mapItemReply(
|
||||
|
|
Loading…
Reference in New Issue