]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix #2189 "Teamchat in CA between rounds is sent to everyone"
authorterencehill <piuntn@gmail.com>
Sun, 13 Jan 2019 10:34:28 +0000 (11:34 +0100)
committerterencehill <piuntn@gmail.com>
Sun, 13 Jan 2019 10:34:28 +0000 (11:34 +0100)
qcsrc/server/client.qc

index b1368001139cbde0f7f9b28e652e1b278d781762..5f466c02cf58c86cb9ce659b67123592d90b1ab6 100644 (file)
@@ -2713,7 +2713,7 @@ int Say(entity source, int teamsay, entity privatesay, string msgin, bool floodc
                teamsay = false;
        }
 
-       if(game_stopped)
+       if (intermission_running).
                teamsay = false;
 
        if (!source) {