mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: Restore Minecraft's favicon (#575)
* fix: restore minecraft favicon * chore: update CHANGELOG.md
This commit is contained in:
parent
2a1219128d
commit
fd63ed79d6
2 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue