different debug message

This commit is contained in:
cola98765
2021-12-14 19:28:56 +01:00
parent a843a0ed65
commit 38b7e66ef8
@@ -310,6 +310,8 @@ public class LodBuilder
break;
}
}
if (depth > 400)
ClientApi.LOGGER.info("datapoint bug: x:" + xAbs + " y:" + depth + " z:" + zAbs);
return depth;
}