]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
allow teamchat during intermission
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index c5d985401968a2d79e830d07c3ea17d7fc917494..76faaab331d9e437de5792e0d5cf354147fd1ee6 100644 (file)
@@ -2715,9 +2715,6 @@ int Say(entity source, int teamsay, entity privatesay, string msgin, bool floodc
                teamsay = false;
        }
 
-       if (intermission_running)
-               teamsay = false;
-
        if (!source) {
                colorstr = "";
                teamsay = false;