From b1563f6c6fef7bc54b0554386beb277f39c34936 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 8 Feb 2016 15:11:55 +0100 Subject: [CLIENT] Remove stupid hardcoded client limit of 50 --- src/server/mainwindow/mainwindow.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/server/mainwindow/mainwindow.cpp') 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 -- cgit v1.2.3-55-g7522