]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Removed useless comment.
authorLyberta <lyberta@lyberta.net>
Sun, 30 Jul 2017 07:48:52 +0000 (10:48 +0300)
committerLyberta <lyberta@lyberta.net>
Sun, 30 Jul 2017 07:48:52 +0000 (10:48 +0300)
qcsrc/server/client.qc

index c762ab4ee6c7706fa39de42a9fb16f3993841931..3f9273b3ca52bfb11eda2f66eb4591b0e64fccaa 100644 (file)
@@ -273,7 +273,7 @@ void PutObserverInServer(entity this)
        } else {
                int oldteam = this.team;
                this.team = -1;  // move this as it is needed to log the player spectating in eventlog
-               MUTATOR_CALLHOOK(Player_ChangedTeam, this, oldteam, this.team); // Lyberta: added hook
+               MUTATOR_CALLHOOK(Player_ChangedTeam, this, oldteam, this.team);
         this.frags = FRAGS_SPECTATOR;
         PlayerScore_Clear(this);  // clear scores when needed
     }