summary refs log tree commit diff
path: root/src/opcodes/PresenceUpdate.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 04:07:32 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 04:07:32 +0200
commit6b61c86e3fc828454742587e768f5aaca167b64c (patch)
tree2defaadd927bcf4b2e73e899641ed31bb1cebe3f /src/opcodes/PresenceUpdate.ts
parent:sparkles: Ready event (diff)
downloadserver-6b61c86e3fc828454742587e768f5aaca167b64c.tar.xz
:art: add opcodes
Diffstat (limited to 'src/opcodes/PresenceUpdate.ts')
-rw-r--r--src/opcodes/PresenceUpdate.ts2
1 files changed, 1 insertions, 1 deletions
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); }