diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 659d42f..f6e2977 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -737,7 +737,7 @@ namespace OpenSim.Framework | |||
737 | bool IsActive { get; set; } | 737 | bool IsActive { get; set; } |
738 | 738 | ||
739 | /// <value> | 739 | /// <value> |
740 | /// Determines whether the client is logging out or not. | 740 | /// Determines whether the client is or has been removed from a given scene |
741 | /// </value> | 741 | /// </value> |
742 | bool IsLoggingOut { get; set; } | 742 | bool IsLoggingOut { get; set; } |
743 | 743 | ||