mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
add some missing default group owner powers on xmlrpc groups module
plus more dotnet6 code style changes
This commit is contained in:
@@ -749,7 +749,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
LLUDPClient udpcli = this;
|
||||
ThrottleOutPacketTypeFlags cats = categories;
|
||||
Action<LLUDPClient, ThrottleOutPacketTypeFlags> act = delegate
|
||||
void act(LLUDPClient arg1, ThrottleOutPacketTypeFlags arg2)
|
||||
{
|
||||
QueueEmpty callback = udpcli.OnQueueEmpty;
|
||||
if (callback != null)
|
||||
@@ -763,7 +763,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
udpcli.QueueEmptyRunning = false;
|
||||
udpcli = null;
|
||||
callback = null;
|
||||
};
|
||||
}
|
||||
|
||||
m_udpServer.OqrEngine.QueueJob(AgentID.ToString(), () => act(udpcli, cats));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user