mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
: Incorrect numplayers on Palworld (#508)
* Fix: Palworld results - Name of the server is empty * #497 - refactor of feedback * #497 - refactor of feedback from Cosmin * Fix for current-players bug - #491 and #507 * Fix for current-players bug - #491 and #507 - added changelog
This commit is contained in:
parent
c7b8fa2053
commit
46db10fcc7
2 changed files with 3 additions and 0 deletions
|
|
@ -14,5 +14,6 @@ export default class palworld extends Epic {
|
|||
async run (state) {
|
||||
await super.run(state)
|
||||
state.name = state.raw.attributes.NAME_s
|
||||
state.numplayers = state.raw.attributes.PLAYERS_l
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue