# March 11th, 2022

## Update Changelog

* **Added**:
  * Arena Info now displays the kits that have that arena whitelisted
  * UnrankedPosition, RankedPosition and EditorPosition to kits (replaces SlotPosition which was global for all queues menus and editor)
* **Changed**:
  * /practiceprofile and /leaderboards are now performed Asynchronously
* **Fixed**:
  * Null Player trying to be reset when disconnecting on an Event
  * Async chunk load that caused tracker issues on SkyWars Event
  * When the SkyWars event ran out of time, the map wouldn't reset
  * Possibly fixed the NPE caused on LeaderboardManager regarding WinStreaks
* **Removed**:
  * ExcludedArenas Kit Setting
  * Viper and Luca styles (because they were the least used)

You'll need to set the new Kit Slot Positions using /kit \<unrankedPos/rankedPos/editorPos> \<kitName> \<slotNumber>


---

# 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/march-11th-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.
