add helper SimulatorFeaturesModulr OpenSimExtraFeatureContains plus cosmetics

This commit is contained in:
UbitUmarov
2023-02-23 22:50:45 +00:00
parent 20ef1d6aaf
commit ce0d426b99
8 changed files with 40 additions and 49 deletions

View File

@@ -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);