summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mainwindow/mainwindow.cpp')
-rw-r--r--src/server/mainwindow/mainwindow.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp
index 400f40a..bdd4603 100644
--- a/src/server/mainwindow/mainwindow.cpp
+++ b/src/server/mainwindow/mainwindow.cpp
@@ -1117,11 +1117,6 @@ void MainWindow::onClientAuthenticated(Client* client)
return;
}
- if (_clientFrames.size() > 50) {
- client->deleteLater();
- return;
- }
-
// New one, create
ConnectionFrame *cf = createFrame();
// Try to load last known position