]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_player.qc
Remove even more self
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_player.qc
index 42a301eaf8a14a696ee9166b45b4879be2c17d2b..1c17abdd34b19449bd471b59f3ab1c99060bc902 100644 (file)
@@ -675,7 +675,7 @@ int Say(entity source, int teamsay, entity privatesay, string msgin, bool floodc
        if (!teamsay && !privatesay) if (substring(msgin, 0, 1) == " ")
         msgin = substring(msgin, 1, -1); // work around DP say bug (say_team does not have this!)
 
-       msgin = formatmessage(msgin);
+       msgin = formatmessage(source, msgin);
 
     string colorstr;
        if (!IS_PLAYER(source))