terraforming changes: comment a debug message

This commit is contained in:
UbitUmarov
2019-11-10 04:37:41 +00:00
parent b4d9f7ffe8
commit 435c30c038

View File

@@ -1305,7 +1305,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
private void client_OnModifyTerrain(UUID user, float height, float seconds, float brushSize, byte action,
float north, float west, float south, float east, int parcelLocalID)
{
m_log.DebugFormat("brushs {0} seconds {1} height {2}, parcel {3}", brushSize, seconds, height, parcelLocalID);
//m_log.DebugFormat("brushs {0} seconds {1} height {2}, parcel {3}", brushSize, seconds, height, parcelLocalID);
bool god = m_scene.Permissions.IsGod(user);
bool allowed = false;
if (north == south && east == west)