diff options
author | Melanie Thielker | 2008-10-24 14:53:13 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-24 14:53:13 +0000 |
commit | 6775b7d02d01f42439e2b3cfa8fd862e0a586599 (patch) | |
tree | c0d5ea2fbbc50257950d563daff958afe54abe26 /OpenSim/Region/Environment | |
parent | Fixed a floating point error accumulation that was causing missing end faces ... (diff) | |
download | opensim-SC_OLD-6775b7d02d01f42439e2b3cfa8fd862e0a586599.zip opensim-SC_OLD-6775b7d02d01f42439e2b3cfa8fd862e0a586599.tar.gz opensim-SC_OLD-6775b7d02d01f42439e2b3cfa8fd862e0a586599.tar.bz2 opensim-SC_OLD-6775b7d02d01f42439e2b3cfa8fd862e0a586599.tar.xz |
Lotsa plumming :)
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs index 0bb3c32..1824134 100644 --- a/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs +++ b/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs | |||
@@ -162,7 +162,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Groups | |||
162 | { | 162 | { |
163 | UUID ActiveGroupID; | 163 | UUID ActiveGroupID; |
164 | string ActiveGroupName; | 164 | string ActiveGroupName; |
165 | uint ActiveGroupPowers; | 165 | ulong ActiveGroupPowers; |
166 | 166 | ||
167 | string firstname = remoteClient.FirstName; | 167 | string firstname = remoteClient.FirstName; |
168 | string lastname = remoteClient.LastName; | 168 | string lastname = remoteClient.LastName; |