From c3e74d9e044618b012f38d3d00aeac2dd212bf45 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 7 Aug 2019 18:19:56 +0100 Subject: Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown --- OpenSim/Framework/IClientAPI.cs | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 OpenSim/Framework/IClientAPI.cs (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs old mode 100644 new mode 100755 index 68ca52e..da964e7 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -712,6 +712,7 @@ namespace OpenSim.Framework UUID AgentId { get; } + UUID ScopeId { get; } /// /// The scene agent for this client. This will only be set if the client has an agent in a scene (i.e. if it /// is connected). -- cgit v1.1