Accumulating boolean instead of full scene.

This commit is contained in:
DebaucheryLibrarian
2023-06-03 21:51:09 +02:00
parent 3fc63b1934
commit 5103a07e5f
3 changed files with 17 additions and 21 deletions

View File

@@ -345,11 +345,6 @@ const { argv } = yargs
alias: ['timeout'],
default: 60000,
})
.option('media-source', {
describe: 'Traxxx host to use for media transfers.',
type: 'string',
default: config.media.transferSource,
})
.coerce('after', interpretAfter)
.coerce('actors-update', (after) => interpretAfter(after, true));