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,
|
||||
port: url.port,
|
||||
givenPortOnly: true,
|
||||
checkOldIDs: true,
|
||||
});
|
||||
|
||||
res.status(200).send({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user