Added Zero Tolerance channel to network.

This commit is contained in:
DebaucheryLibrarian
2021-01-22 00:26:06 +01:00
parent 3babb9ee68
commit b16cc26024
23 changed files with 235 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ async function init() {
}
if (argv.interpolateProfiles) {
await interpolateProfiles(argv.flushProfiles.length > 0 ? argv.flushProfiles : null);
await interpolateProfiles(argv.interpolateProfiles.length > 0 ? argv.interpolateProfiles : null);
}
if (argv.flushActors) {