mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
add a version tag to wind and cloud data updates to iclient
This commit is contained in:
@@ -203,7 +203,7 @@ namespace OpenSim.Region.CoreModules.World
|
||||
{
|
||||
if (m_ready)
|
||||
{
|
||||
client.SendCloudData(cloudCover);
|
||||
client.SendCloudData(0, cloudCover);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -430,7 +430,7 @@ namespace OpenSim.Region.CoreModules
|
||||
|
||||
m_scene.ForEachRootClient(delegate(IClientAPI client)
|
||||
{
|
||||
client.SendWindData(windSpeeds);
|
||||
client.SendWindData(0, windSpeeds);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user