mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
No idea where this diff comes from - change case to lower
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user