terraforming changes: comment a debug message

0.9.1.1
UbitUmarov 2019-11-10 04:37:41 +00:00
parent b4d9f7ffe8
commit 435c30c038
1 changed files with 1 additions and 1 deletions

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, private void client_OnModifyTerrain(UUID user, float height, float seconds, float brushSize, byte action,
float north, float west, float south, float east, int parcelLocalID) 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 god = m_scene.Permissions.IsGod(user);
bool allowed = false; bool allowed = false;
if (north == south && east == west) if (north == south && east == west)