]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Teamplay: Polish.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index e1b883b3b8aa77970353f8a207574075cf093f14..a43534dc71deb435cb8cedef12d68970725e8e99 100644 (file)
@@ -387,7 +387,6 @@ void PutObserverInServer(entity this)
        {
                SetPlayerTeam(this, -1, TEAM_CHANGE_SPECTATOR);
                this.frags = FRAGS_SPECTATOR;
-               PlayerScore_Clear(this);  // clear scores when needed
     }
 }