Update readme to remove legacy minecraft notes

This commit is contained in:
mmorrison 2018-11-11 06:21:12 -06:00
parent 7cb5146432
commit 0f1deb03da
3 changed files with 4 additions and 6 deletions

View file

@ -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)]";