From 3b8ba17217470e2f7001b866e84f7af8c8da2982 Mon Sep 17 00:00:00 2001 From: TheUbMunster <66451362+TheUbMunster@users.noreply.github.com> Date: Thu, 28 Jul 2022 02:14:34 -0600 Subject: [PATCH] fix #14 --- TestClient/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestClient/Program.cs b/TestClient/Program.cs index 3c476b1..76d2b12 100644 --- a/TestClient/Program.cs +++ b/TestClient/Program.cs @@ -21,7 +21,7 @@ PacketType[] reboundPackets = { // PacketType.Shine }; -//string lastCapture = ""; //not referenced anywhere +//string lastCapture = ""; //not referenced List clients = new List(); async Task S(string n, Guid otherId, Guid ownId) {