0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-12 22:55:06 +00:00

remove unused label

git cherry-pick accidentially picked up a line from another commit for the JSON API
This commit is contained in:
Robin C. Ladiges 2022-09-07 11:31:13 +02:00 committed by Sanae
parent 76fc4a80a6
commit c41499f953

View file

@ -308,7 +308,6 @@ public class Server {
disconnect:
Logger.Info($"Client {socket.RemoteEndPoint} ({client.Name}/{client.Id}) disconnected from the server");
close:
bool wasConnected = client.Connected;
// Clients.Remove(client)
client.Connected = false;