Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown

This commit is contained in:
Melanie Thielker
2019-08-07 18:19:56 +01:00
parent ba680ceecb
commit c3e74d9e04
6 changed files with 29 additions and 3 deletions

1
OpenSim/Framework/IClientAPI.cs Normal file → Executable file
View File

@@ -712,6 +712,7 @@ namespace OpenSim.Framework
UUID AgentId { get; }
UUID ScopeId { get; }
/// <summary>
/// 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).