]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
allow teamchat during intermission 632/head
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 25 Jan 2019 01:20:11 +0000 (02:20 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 25 Jan 2019 01:20:11 +0000 (02:20 +0100)
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;