From c87c190d14aa57c5d4d0f0b625a170c5220a0521 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Fri, 9 Oct 2020 12:06:24 +0200 Subject: [PATCH] fix dataparser import --- Server/Communication.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/Communication.cs b/Server/Communication.cs index 47bdb68..6ac5f85 100644 --- a/Server/Communication.cs +++ b/Server/Communication.cs @@ -1,10 +1,10 @@ -using ClientApp.Utils; -using System; +using System; using System.Collections.Generic; using System.IO.Pipes; using System.Linq; using System.Net.Sockets; using System.Text; +using Client; namespace Server {