diff options
author | onefang | 2019-05-19 21:24:15 +1000 |
---|---|---|
committer | onefang | 2019-05-19 21:24:15 +1000 |
commit | 5e4d6cab00cb29cd088ab7b62ab13aff103b64cb (patch) | |
tree | a9fbc62df9eb2d1d9ba2698d8552eae71eca20d8 /OpenSim/Data/IXGroupData.cs | |
parent | Add a build script. (diff) | |
download | opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.zip opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.gz opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.bz2 opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.xz |
Dump OpenSim 0.9.0.1 into it's own branch.
Diffstat (limited to 'OpenSim/Data/IXGroupData.cs')
-rw-r--r-- | OpenSim/Data/IXGroupData.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Data/IXGroupData.cs b/OpenSim/Data/IXGroupData.cs index e5821ef..82073fe 100644 --- a/OpenSim/Data/IXGroupData.cs +++ b/OpenSim/Data/IXGroupData.cs | |||
@@ -38,12 +38,12 @@ namespace OpenSim.Data | |||
38 | public UUID ownerRoleID; | 38 | public UUID ownerRoleID; |
39 | public string name; | 39 | public string name; |
40 | public string charter; | 40 | public string charter; |
41 | public bool showInList; | 41 | public bool showInList; |
42 | public UUID insigniaID; | 42 | public UUID insigniaID; |
43 | public int membershipFee; | 43 | public int membershipFee; |
44 | public bool openEnrollment; | 44 | public bool openEnrollment; |
45 | public bool allowPublish; | 45 | public bool allowPublish; |
46 | public bool maturePublish; | 46 | public bool maturePublish; |
47 | public UUID founderID; | 47 | public UUID founderID; |
48 | public ulong everyonePowers; | 48 | public ulong everyonePowers; |
49 | public ulong ownersPowers; | 49 | public ulong ownersPowers; |