mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Another cleanup: Region_Status renamed to RegionStatus, and a usage comment added
This commit is contained in:
@@ -886,7 +886,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (m_frame % m_update_backup == 0)
|
||||
CleanTempObjects();
|
||||
|
||||
if (Region_Status != RegionStatus.SlaveScene)
|
||||
if (RegionStatus != RegionStatus.SlaveScene)
|
||||
{
|
||||
if (m_frame % m_update_events == 0)
|
||||
UpdateEvents();
|
||||
|
||||
Reference in New Issue
Block a user