This commit is contained in:
TheUbMunster 2022-07-28 02:14:34 -06:00 committed by Sanae
parent 95c918b5c4
commit 3b8ba17217
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ PacketType[] reboundPackets = {
// PacketType.Shine
};
//string lastCapture = ""; //not referenced anywhere
//string lastCapture = ""; //not referenced
List<TcpClient> clients = new List<TcpClient>();
async Task S(string n, Guid otherId, Guid ownId) {