mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
cosmetics on terrain patchs
This commit is contained in:
@@ -742,14 +742,11 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
return false;
|
||||
}
|
||||
|
||||
public virtual void SendLayerData(float[] map)
|
||||
public virtual void SendLayerData()
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendLayerData(int px, int py, float[] map)
|
||||
{
|
||||
}
|
||||
public virtual void SendLayerData(int px, int py, float[] map, bool track)
|
||||
public void SendLayerData(int[] map)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user