This fixes the Scene thread renaming issue

mb-throttle-test
BlueWall 2014-09-17 20:25:27 -04:00
parent 96a2449122
commit 519c753e46
1 changed files with 0 additions and 1 deletions

View File

@ -1080,7 +1080,6 @@ namespace OpenSim.Region.Framework.Scenes
StatsReporter.OnSendStatsResult += SendSimStatsPackets;
StatsReporter.OnStatsIncorrect += m_sceneGraph.RecalculateStats;
Thread.CurrentThread.Name = string.Format ("Scene:{0}", regInfo.RegionName.Replace(" ", "_"));
}
public Scene(RegionInfo regInfo, PhysicsScene physicsScene) : base(regInfo)