# September 21st, 2022

## Update Changelog

* **Added**:
  * Extra checks when creating and loading player data
  * "Play Again" item automatic removal after expiring (30s)
* **Changed**:
  * Cleaned up code in some parts
  * Flight is no longer disabled when leaving a queue
  * The /leave cmd now handles SPAWN FFA and Event leave
  * Execute player teleportation and visibility update on different tasks when starting a match
  * When a target isn't specified if /debugplayer is executed, it will send the debug information of the command sender
* **Fixed**:
  * Interaction and damage issues in SPAWN FFA
  * Cancellation of player damage when playing events
  * Respawning at the wrong location after dying in SPAWN FFA
  * Cancellation of blocks placement/breaking in SPAWN when in CREATIVE
  * NPE when interacting with non-hotbar.yml items in SPAWN while not being in CREATIVE
* **Removed**:
  * /leaveffa Command


---

# 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.frozed.club/frost/update-changelogs/2022/september-21st-2022.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.
