feat: Restore Minecraft's favicon (#575)

* fix: restore minecraft favicon

* chore: update CHANGELOG.md
This commit is contained in:
CosminPerRam 2024-06-11 22:29:17 +03:00 committed by GitHub
parent 2a1219128d
commit fd63ed79d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## 5.X.Y
* Minetest - Added support for minetest utilizing official server list (By @xCausxn #573)
* Soulmask - Added support (By @xCausxn #572)
* Restore Minecraft's favicon (#575)
## 5.0.0
* Added a new stabilized field `version` in the query response (By @podrivo #532)

View File

@ -45,7 +45,6 @@ export default class minecraftvanilla extends Core {
this.logger.debug(str)
const json = JSON.parse(str.substring(0, strLen))
delete json.favicon
state.raw = json
state.maxplayers = json.players.max