* Changed casing of some archaic methods to conform with code standards

This commit is contained in:
lbsa71
2008-07-08 11:30:08 +00:00
parent ed704f0afc
commit 6c13d68489
7 changed files with 55 additions and 55 deletions

View File

@@ -834,7 +834,7 @@ namespace OpenSim.Region.Environment.Modules.World.Land
byteArrayCount++;
if (byteArrayCount >= LAND_BLOCKS_PER_PACKET)
{
remote_client.sendLandParcelOverlay(byteArray, sequenceID);
remote_client.SendLandParcelOverlay(byteArray, sequenceID);
byteArrayCount = 0;
sequenceID++;
byteArray = new byte[LAND_BLOCKS_PER_PACKET];