# v1.10

Bug fixes for ox\_target compatibility and locale corrections reported by community.

**Changes:**

* Fixed: ox\_target stops working after T-Pipe placement — next-in-sequence pipe (hologram) now gets collision enabled while it's the active target so ox\_target raycast can hit it; collision restored to off when no longer the target
* Fixed: progress bar always showing "Putting Back Materials" — every "take pipe" trunk action was calling the put-back animation by mistake (`pedtoVehicle` instead of `vehicletoPed`); 13 call sites corrected across legacy menu and target event handlers
* Fixed: Turkish locale — `receivingMaterials` and `putBackMaterials` strings were swapped, so Turkish servers showed the wrong message in both directions
* Fixed: German locale — `shortbend` / `longbend` were translated identically to `shortpipe` / `longpipe` (both "Rohr"); now use "Bogen" so bends and straight pipes are distinguishable
* Bumped version 1.09 → 1.10

**Changed Files:**

`client/main.lua` • `client/insertPipe.lua` • `locales/tr.lua` • `locales/de.lua` • `fxmanifest.lua`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tworst.com/getting-started-installation/scripts/plumber-job/changelog/v1.10.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
