mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
oops wrong sent flag
This commit is contained in:
@@ -4059,7 +4059,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
|
||||
uint flags = ControllingClient.GetViewerCaps();
|
||||
if ((flags & (uint)(ViewerFlags.TPBR | ViewerFlags.SentSeeds)) == (uint)ViewerFlags.TPBR)
|
||||
if ((flags & (uint)(ViewerFlags.TPBR | ViewerFlags.SentTPBR)) == (uint)ViewerFlags.TPBR)
|
||||
ControllingClient.SendRegionHandshake();
|
||||
|
||||
m_log.DebugFormat("[SCENE PRESENCE({0})]: SendInitialData for {1}", m_scene.RegionInfo.RegionName, UUID);
|
||||
|
||||
Reference in New Issue
Block a user