mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
add some missing default group owner powers on xmlrpc groups module
plus more dotnet6 code style changes
This commit is contained in:
@@ -109,7 +109,11 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||
| GroupPowers.SendNotices
|
||||
| GroupPowers.SetLandingPoint
|
||||
| GroupPowers.StartProposal
|
||||
| GroupPowers.VoteOnProposal;
|
||||
| GroupPowers.VoteOnProposal
|
||||
| GroupPowers.ExperienceAdmin
|
||||
| GroupPowers.ExperienceCreator
|
||||
| GroupPowers.GroupBanAccess
|
||||
| GroupPowers.HostEvent;
|
||||
|
||||
private bool m_connectorEnabled = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user