# v1.1.1

## Fixes & Improvements

* **Insert Pipe / Repair Pipe blip not appearing bug fixed** — at remotely configured mission coordinates (200m+), blips weren't visible until the player approached; now they appear on the map instantly when the mission starts
* **Blip registration decoupled from prop spawn distance gate** — blip = server-authoritative instant lobby-wide broadcast; prop spawn = 200m gate preserved (memory optimization)
* **Critical fix for users with custom coordinate configs** — especially in setups that moved insert/repair pipe locations to other regions, the mission was practically unplayable
* **Other missions** (`openValve`, `toiletChoked`, `fixSwitch`) **were not affected** — they were already working correctly, no regression

## Changed Files

* **Client:** `client/insertPipe.lua`, `client/repairPipe.lua`
* **Manifest:** `fxmanifest.lua` (1.1.0 → 1.1.1)


---

# 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.1.1.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.
