mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
remove terrain packet spam
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user