From a69670d806157aef4303772af53fb0cd573a0b77 Mon Sep 17 00:00:00 2001 From: Chen Si Quan Date: Mon, 25 Mar 2019 16:50:51 +0000 Subject: [PATCH] Fix for forcing the client to always use the browser version of notepack.io. --- src/Client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.ts b/src/Client.ts index 04f207b..7c82cf0 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -1,4 +1,4 @@ -import * as msgpack from "notepack.io"; +import * as msgpack from './msgpack'; import { Signal } from '@gamestdio/signals'; import { Connection } from './Connection';