* Slight tweak for the above.

0.6.0-stable
Adam Frisby 2008-03-08 21:51:01 +00:00
parent 54359ab17b
commit 6eeb25ee33
1 changed files with 1 additions and 0 deletions

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.");