remove terrain packet spam

This commit is contained in:
alexiscatnip
2022-02-14 00:38:12 +08:00
parent a8f776054a
commit 2a34f3f5b7
@@ -169,7 +169,6 @@ namespace OpenMetaverse
switch (type)
{
case TerrainPatch.LayerType.Land:
Logger.Log("Got a Land LayerData packet", Helpers.LogLevel.Info, Client);
if (m_LandPatchReceivedEvent != null || Client.Settings.STORE_LAND_PATCHES)
DecompressLand(e.Simulator, bitpack, header);
break;