Fixes terrain editing. Changes ThrottleOutPacketType to task instead of land.

avinationmerge
Revolution 2010-01-27 21:08:55 -06:00 committed by Melanie
parent 2d9b69c186
commit 862caa72a8
1 changed files with 1 additions and 1 deletions

View File

@ -1098,7 +1098,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
LayerDataPacket layerpack = TerrainCompressor.CreateLandPacket(heightmap, patches);
layerpack.Header.Reliable = true;
OutPacket(layerpack, ThrottleOutPacketType.Land);
OutPacket(layerpack, ThrottleOutPacketType.Task);
}
catch (Exception e)
{