mirror of
https://github.com/kcozens/OpenSimProfile.git
synced 2026-08-14 00:57:50 +00:00
Change improperly named isNPC to be IsNPC as a property should be uppercase
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user