missing file and remove warnings

This commit is contained in:
UbitUmarov
2017-04-15 10:56:46 +01:00
parent 0f7ffc56ce
commit b52f7b9203
3 changed files with 4 additions and 2 deletions

View File

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