summary refs log tree commit diff
path: root/src/webrtc
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-02-01 13:00:04 +1100
committerGitHub <noreply@github.com>2023-02-01 13:00:04 +1100
commitda2086696784f4d4d82eb853630e4d94662661dd (patch)
treec8bf2c3b587844f7993d76db555d70f2dbfa0d2b /src/webrtc
parentuse print instead of console.log in client cache so it doesn't output weirdness (diff)
downloadserver-da2086696784f4d4d82eb853630e4d94662661dd.tar.xz
Use erlpack instead of @yukikaze-bot/erlpack (#968)
Diffstat (limited to 'src/webrtc')
-rw-r--r--src/webrtc/events/Connection.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/webrtc/events/Connection.ts b/src/webrtc/events/Connection.ts
index 0971bc19..c362c97a 100644
--- a/src/webrtc/events/Connection.ts
+++ b/src/webrtc/events/Connection.ts
@@ -23,10 +23,6 @@ import WS from "ws";
 import { VoiceOPCodes } from "../util";
 import { onClose } from "./Close";
 import { onMessage } from "./Message";
-var erlpack: any;
-try {
-	erlpack = require("@yukikaze-bot/erlpack");
-} catch (error) {}
 
 // TODO: check rate limit
 // TODO: specify rate limit in config