mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
This fixes the Scene thread renaming issue
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user