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:
parent
76fc4a80a6
commit
c41499f953
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue