0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-14 15:45:07 +00:00
This commit is contained in:
TheUbMunster 2022-07-28 02:14:34 -06:00 committed by Sanae
parent 95c918b5c4
commit 3b8ba17217

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) {