mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add helper SimulatorFeaturesModulr OpenSimExtraFeatureContains plus cosmetics
This commit is contained in:
@@ -611,8 +611,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
m_asyncPacketProcess.Stop();
|
||||
|
||||
// Flush all of the packets out of the UDP server for this client
|
||||
if (m_udpServer != null)
|
||||
m_udpServer.Flush(m_udpClient);
|
||||
m_udpServer?.Flush(m_udpClient);
|
||||
|
||||
// Remove ourselves from the scene
|
||||
m_scene.RemoveClient(m_agentId, true);
|
||||
|
||||
Reference in New Issue
Block a user