]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_player.qc
Step 5: complete
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_player.qc
index 250f3cda1a0113b5d168761688ce6f564647e063..173191ddc27502c616025b28cd515662bcd83215 100644 (file)
@@ -704,7 +704,7 @@ int Say(entity source, int teamsay, entity privatesay, string msgin, bool floodc
        // for now, just give "say" back and only handle say_team
        if(!teamsay)
        {
-               clientcommand(self, strcat("say ", msgin));
+               clientcommand(source, strcat("say ", msgin));
                return;
        }
        */