diff --git a/OpenSimProfile/Modules/ProfileModule/OpenProfile.cs b/OpenSimProfile/Modules/ProfileModule/OpenProfile.cs index 7077a6c..a2905e5 100644 --- a/OpenSimProfile/Modules/ProfileModule/OpenProfile.cs +++ b/OpenSimProfile/Modules/ProfileModule/OpenProfile.cs @@ -613,7 +613,7 @@ namespace OpenSimProfile.Modules.OpenProfile public void AvatarNotesUpdate(IClientAPI remoteClient, UUID queryTargetID, string queryNotes) { ScenePresence p = FindPresence(queryTargetID); - if (p != null && p.isNPC) + if (p != null && p.IsNPC) { remoteClient.SendAgentAlertMessage( "Notes for NPCs not available", false);