mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
remove legacy Clouds module no longer supported by most viewers
This commit is contained in:
@@ -1025,19 +1025,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
{
|
||||
}
|
||||
|
||||
public void SendCloudData(int version, float[] cloudCover)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public AgentCircuitData RequestClientInfo()
|
||||
|
||||
@@ -750,7 +750,6 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
|
||||
public virtual void SendWindData(int version, Vector2[] windSpeeds) { }
|
||||
|
||||
public virtual void SendCloudData(int version, float[] cloudCover) { }
|
||||
|
||||
public virtual void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user