mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Potential Fix #1 for 0001392: Shift+Drag now causes an unhandled 'Object reference not set to an instance of object' exception
This commit is contained in:
@@ -234,7 +234,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
if (Entities.ContainsKey(uuid))
|
||||
{
|
||||
Console.WriteLine("REMOVED " + ((SceneObjectGroup)Entities[uuid]).Children.Count + "!");
|
||||
if (!resultOfObjectLinked)
|
||||
{
|
||||
m_numPrim -= ((SceneObjectGroup)Entities[uuid]).Children.Count;
|
||||
|
||||
Reference in New Issue
Block a user