mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
c# things on physics; remove unused file (runprebuild)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user