]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
sv_maxidle*: do nothing if the match has ended
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index c6c1ecf12a46712b6b21f2e90d9120a81c4b5afe..c0c05e9c759563ae40f483c738c9f9a2566a0dc3 100644 (file)
@@ -2702,6 +2702,7 @@ void PlayerPostThink (entity this)
        if (frametime) // WORKAROUND: only use dropclient in server frames (frametime set). Never use it in cl_movement frames (frametime zero).
        if (IS_REAL_CLIENT(this))
        if (IS_PLAYER(this) || autocvar_sv_maxidle_spectatorsareidle)
+       if (!intermission_running) // NextLevel() kills all centerprints after setting this true
        {
                int totalClients = 0;
                if(autocvar_sv_maxidle > 0 && autocvar_sv_maxidle_slots > 0)