# January 18th, 2023

## Update Changelog

* **Added**:
  * Event Hosting prevention when the map for the event hasn't been set
  * Enchanted the Knockout Stick from the Knockout Event with Knockback I
* **Changed**:
  * Cleaned up code from several classes
  * Display the SetSpawn warn message properly as a warn, not error
  * Fixed all the /kit set commands that updated the inventory, so items don't have null or 0 amounts
* **Fixed**:
  * Fixed NullPointerException when hitting NPCs
  * Prevent blocks from StickFight or BattleRush to be given back on spawn
* **Removed**:
  * Removed unused old code


---

# 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/2023/january-18th-2023.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.
