From 6b61c86e3fc828454742587e768f5aaca167b64c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 6 Apr 2021 04:07:32 +0200 Subject: :art: add opcodes --- src/opcodes/PresenceUpdate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opcodes/PresenceUpdate.ts') diff --git a/src/opcodes/PresenceUpdate.ts b/src/opcodes/PresenceUpdate.ts index e6a389ba..3760f8a3 100644 --- a/src/opcodes/PresenceUpdate.ts +++ b/src/opcodes/PresenceUpdate.ts @@ -2,5 +2,5 @@ import { CLOSECODES, Payload } from "../util/Constants"; import WebSocket from "../util/WebSocket"; export function onPresenceUpdate(this: WebSocket, data: Payload) { - return this.close(CLOSECODES.Unknown_error); + // return this.close(CLOSECODES.Unknown_error); } -- cgit 1.5.1