mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, and its use even worse
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user