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

2
traxxx
View File

@@ -1,2 +1,2 @@
#!/usr/bin/bash
node -r source-map-support/register ./dist/init.js "$@";
node -r source-map-support/register ./src/init.js "$@";