diff options
author | Justin Clark-Casey (justincc) | 2010-03-26 00:10:29 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-03-26 00:10:29 +0000 |
commit | 87fe96ae2c48216d006a02ef22392f0838fba17f (patch) | |
tree | 877528595d04123be5dcb75a203822ba39c65f4f /OpenSim/Framework | |
parent | minor: some debugging information and spacing changes to group module (diff) | |
download | opensim-SC_OLD-87fe96ae2c48216d006a02ef22392f0838fba17f.zip opensim-SC_OLD-87fe96ae2c48216d006a02ef22392f0838fba17f.tar.gz opensim-SC_OLD-87fe96ae2c48216d006a02ef22392f0838fba17f.tar.bz2 opensim-SC_OLD-87fe96ae2c48216d006a02ef22392f0838fba17f.tar.xz |
replace recent IModule.GetGroup() with better GetGroupRecord(string name)
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/GroupData.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/GroupData.cs b/OpenSim/Framework/GroupData.cs index e3b8626..815946c 100644 --- a/OpenSim/Framework/GroupData.cs +++ b/OpenSim/Framework/GroupData.cs | |||
@@ -48,7 +48,6 @@ namespace OpenSim.Framework | |||
48 | public class GroupMembershipData | 48 | public class GroupMembershipData |
49 | { | 49 | { |
50 | // Group base data | 50 | // Group base data |
51 | // | ||
52 | public UUID GroupID; | 51 | public UUID GroupID; |
53 | public string GroupName; | 52 | public string GroupName; |
54 | public bool AllowPublish = true; | 53 | public bool AllowPublish = true; |
@@ -61,7 +60,6 @@ namespace OpenSim.Framework | |||
61 | public bool ShowInList = true; | 60 | public bool ShowInList = true; |
62 | 61 | ||
63 | // Per user data | 62 | // Per user data |
64 | // | ||
65 | public bool AcceptNotices = true; | 63 | public bool AcceptNotices = true; |
66 | public int Contribution = 0; | 64 | public int Contribution = 0; |
67 | public ulong GroupPowers = 0; | 65 | public ulong GroupPowers = 0; |