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 8d50c30..d7f0ed4 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -318,7 +318,7 @@ namespace OpenSim.Framework | |||
318 | 318 | ||
319 | ulong ActiveGroupPowers { get; } | 319 | ulong ActiveGroupPowers { get; } |
320 | 320 | ||
321 | ulong GetGroupPowers(LLUUID groupID); | 321 | ulong GetGroupPowers(LLUUID groupID); |
322 | 322 | ||
323 | string FirstName { get; } | 323 | string FirstName { get; } |
324 | 324 | ||