gamedig / node-gamedig

Query game servers and not only! Node.JS/Deno or Bash (via the CLI).
https://www.npmjs.com/package/gamedig
MIT License
587 stars 143 forks source link

bug: possible misspelling and duplicate of theforest #577

Closed dgibbs64 closed 1 week ago

dgibbs64 commented 1 week ago

Describe the bug Possible duplicate and misspelling of a game. I have found an id called theforest and another called theforrest. I believe theforrest is a misspelling of the game https://store.steampowered.com/app/242760/The_Forest/

xCausxn commented 1 week ago

So this looks like a backwards compatibility entry, as previously it was called forrest.

Before GameID Changes https://github.com/gamedig/node-gamedig/blob/fccd61c4eaac9a80a1f07021f04435fbc182832d/lib/games.js#L923

@CosminPerRam we could probably just remove that entry and set the extra.old_id to forrest instead.