]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
WTF
authorterencehill <piuntn@gmail.com>
Sun, 13 Jan 2019 12:40:06 +0000 (13:40 +0100)
committerterencehill <piuntn@gmail.com>
Sun, 13 Jan 2019 12:40:06 +0000 (13:40 +0100)
qcsrc/server/client.qc

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