forked from DebaucheryLibrarian/traxxx
Added Zero Tolerance channel to network.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user