diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/mainwindow/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp index 8c57b91..bbd6b33 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -475,7 +475,7 @@ void MainWindow::onClientAuthenticated(Client* client) if ((*it)->isTutor()) { if ((*it)->client() == NULL) - deadTutor = (*it)->client(); + deadTutor = *it; else hasActiveTutor = true; } |