From: terencehill Date: Sun, 13 Jan 2019 12:40:06 +0000 (+0100) Subject: WTF X-Git-Tag: xonotic-v0.8.5~1663 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=e33e89cf4fd36bc5f0fd6157533d847976b7ac76 WTF --- diff --git a/qcsrc/server/client.qc b/qcsrc/server/client.qc index 5f466c02cf..213ad6fb70 100644 --- a/qcsrc/server/client.qc +++ b/qcsrc/server/client.qc @@ -2713,7 +2713,7 @@ int Say(entity source, int teamsay, entity privatesay, string msgin, bool floodc teamsay = false; } - if (intermission_running). + if (intermission_running) teamsay = false; if (!source) {