From 60265932874868d4bd3573022a44d5b6d48cb111 Mon Sep 17 00:00:00 2001 From: Malloc of Kuzkycyziklistan Date: Thu, 14 Sep 2017 16:00:24 -0500 Subject: [PATCH] having a static class to drive socket comms is dumb why did i do this --- client/index.html | 6 +--- client/src/Entrypoint.ts | 6 ++-- client/src/FileCache.ts | 4 +++ client/src/sock/Connection.ts | 66 +++++++++++++++++------------------ client/src/sock/Crypto.ts | 2 +- client/src/sock/Packet.ts | 17 +++++---- 6 files changed, 52 insertions(+), 49 deletions(-) diff --git a/client/index.html b/client/index.html index 152f81c..4db4f1b 100644 --- a/client/index.html +++ b/client/index.html @@ -5,10 +5,6 @@ - - - - @@ -25,7 +21,7 @@ - +