add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, and its use even worse

This commit is contained in:
UbitUmarov
2016-07-23 01:28:47 +01:00
parent 504ee6e21c
commit cdf215f613
6 changed files with 25 additions and 10 deletions

View File

@@ -627,6 +627,7 @@ namespace OpenSim.Groups
, false //canVoiceChat
, false //isModerator
, false //text mute
, true // Enter
);
}
}
@@ -669,6 +670,7 @@ namespace OpenSim.Groups
, false //canVoiceChat
, false //isModerator
, false //text mute
, true
);
}
}