]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/clientcommands.qc
accuracy: only resend if the accuracy value actually changed
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / clientcommands.qc
index 0cbe3017eae1ef889844324e8649a1c6cf036d8b..e221911d30aaa6f8a056c274e22e01052ba30493 100644 (file)
@@ -235,7 +235,6 @@ void SV_ParseClientCommand(string s) {
                                        self.caplayer = 1;
                                PlayerScore_Clear(self);
                                bprint ("^4", self.netname, "^4 is playing now\n");
-                               self.stat_count = WEP_LAST;
                                PutClientInServer();
                                if(cvar("g_campaign"))
                                        campaign_bots_may_start = 1;