mirror of
https://github.com/opensim/opensim.git
synced 2026-06-21 04:55:37 +08:00
missing file and remove warnings
This commit is contained in:
@@ -153,7 +153,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
timeLastChanged = DateTime.UtcNow.Ticks;
|
||||
if (!m_hasGroupChanged)
|
||||
timeFirstChanged = DateTime.UtcNow.Ticks;
|
||||
if (m_rootPart != null && m_rootPart.UUID != null && m_scene != null)
|
||||
if (m_rootPart != null && m_scene != null)
|
||||
{
|
||||
/*
|
||||
if (m_rand == null)
|
||||
|
||||
Reference in New Issue
Block a user