mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
let some group related data to have a public set
This commit is contained in:
@@ -570,16 +570,19 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
public UUID ActiveGroupId
|
||||
{
|
||||
get { return UUID.Zero; }
|
||||
set {}
|
||||
}
|
||||
|
||||
public string ActiveGroupName
|
||||
{
|
||||
get { return "IRCd User"; }
|
||||
set {}
|
||||
}
|
||||
|
||||
public ulong ActiveGroupPowers
|
||||
{
|
||||
get { return 0; }
|
||||
set {}
|
||||
}
|
||||
|
||||
public Dictionary<UUID, ulong> GetGroupPowers()
|
||||
|
||||
Reference in New Issue
Block a user