# May 30th, 2022

## Update Changelog

* **Added**:
  * DamageTicks is now shown on /kit info \<kit>
  * NoDamageTicks and MaxNoDamageTicks are now shown on /playerdebug \<player>
* **Changed**:
  * Preparations for 10.0 started
* **Fixed**:
  * Kit Editor glitch to dupe items
  * PlayerData loading and saving issues
  * Kit DamageTicks not working properly
  * PlayerData WinStreak saving/loading issues
  * Combo Bug on Bridges when killed with an arrow
  * Inventory duplication when players died in party matches
* **Removed**:
  * Clean up started all around the project
  * Unnecessary code and unused runnables
  * Some parts where code was duplicated are now put into methods

{% hint style="info" %}
If there are any bugs, make sure to open an issue on our GitHub and explain the problem thoroughly! **Issue Tracker**: <https://github.com/FrozedClubDevelopment/FrostCommunity>
{% endhint %}


---

# 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/may-30th-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.
