Allow old game IDs to be parsed
This commit is contained in:
parent
25dd405136
commit
41db1b2ccc
@ -16,6 +16,7 @@ export default async function gamedigProxyHandler(req, res) {
|
|||||||
host: url.hostname,
|
host: url.hostname,
|
||||||
port: url.port,
|
port: url.port,
|
||||||
givenPortOnly: true,
|
givenPortOnly: true,
|
||||||
|
checkOldIDs: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
res.status(200).send({
|
res.status(200).send({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user