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
1 changed files with 0 additions and 1 deletions

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;