c# things on physics; remove unused file (runprebuild)

This commit is contained in:
UbitUmarov
2022-10-16 22:36:09 +01:00
parent bce31bda7d
commit 65925027f1
9 changed files with 283 additions and 489 deletions

View File

@@ -191,7 +191,7 @@ namespace OpenSim.Framework
IClientAPI[] localArray;
lock (m_syncRoot)
{
if (m_array == null)
if (m_array is null)
{
if (m_dictbyUUID.Count == 0)
return;