mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Update readme to remove legacy minecraft notes
This commit is contained in:
parent
7cb5146432
commit
0f1deb03da
3 changed files with 4 additions and 6 deletions
|
|
@ -80,6 +80,9 @@ class TypeResolver {
|
|||
let out = '';
|
||||
for(const key of Object.keys(games)) {
|
||||
const game = games[key];
|
||||
if (!game.pretty) {
|
||||
continue;
|
||||
}
|
||||
out += "* "+game.pretty+" ("+key+")";
|
||||
if(game.options.port_query_offset || game.options.port_query)
|
||||
out += " [[Separate Query Port](#separate-query-port)]";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue