* Slight tweak for the above.

This commit is contained in:
Adam Frisby
2008-03-08 21:51:01 +00:00
parent 54359ab17b
commit 6eeb25ee33

View File

@@ -330,6 +330,7 @@ namespace OpenSim.Region.Environment.Modules.Terrain
for (x = 0; x < m_channel.Width; x++)
for (y = 0; y < m_channel.Height; y++)
m_channel[x, y] = Double.Parse(param);
SendUpdatedLayerData();
break;
default:
m_log.Warn("Unknown terrain command.");