diff options
author | Melanie Thielker | 2019-08-07 18:19:56 +0100 |
---|---|---|
committer | Melanie Thielker | 2019-08-07 18:22:13 +0100 |
commit | c3e74d9e044618b012f38d3d00aeac2dd212bf45 (patch) | |
tree | a0cc2d65ae2e099e66b60863d943ab8ec9f7c0ca /OpenSim/Framework/IClientAPI.cs | |
parent | Merge branch 'master' of brain.opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.zip opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.tar.gz opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.tar.bz2 opensim-SC-c3e74d9e044618b012f38d3d00aeac2dd212bf45.tar.xz |
Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 68ca52e..da964e7 100644..100755 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -712,6 +712,7 @@ namespace OpenSim.Framework | |||
712 | 712 | ||
713 | UUID AgentId { get; } | 713 | UUID AgentId { get; } |
714 | 714 | ||
715 | UUID ScopeId { get; } | ||
715 | /// <summary> | 716 | /// <summary> |
716 | /// The scene agent for this client. This will only be set if the client has an agent in a scene (i.e. if it | 717 | /// The scene agent for this client. This will only be set if the client has an agent in a scene (i.e. if it |
717 | /// is connected). | 718 | /// is connected). |