From 90b825cda8eac02d9bb0af0dd734a662014b4d26 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 28 Jun 2016 23:30:04 +0100 Subject: if a NPC is owned, allow access if ownerID matchs parcel owner or it is in the access list. option OS_NPC_OBJECT_GROUP it still needed if access is by group (this option should also work with not owned NPC) NEEDS TESTING, may prove to be a bad solution --- OpenSim/Region/Framework/Interfaces/INPCModule.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Framework/Interfaces') diff --git a/OpenSim/Region/Framework/Interfaces/INPCModule.cs b/OpenSim/Region/Framework/Interfaces/INPCModule.cs index 14610ff..58ea309 100644 --- a/OpenSim/Region/Framework/Interfaces/INPCModule.cs +++ b/OpenSim/Region/Framework/Interfaces/INPCModule.cs @@ -57,6 +57,7 @@ namespace OpenSim.Region.Framework.Interfaces /// bool SenseAsAgent { get; } UUID ActiveGroupId { get; set; } + UUID Owner { get; } } public interface INPCModule -- cgit v1.1