]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Undo a little temporary change before merging into master, should make things easier
authorunknown <samual@xonotic.org>
Thu, 18 Nov 2010 06:57:06 +0000 (01:57 -0500)
committerunknown <samual@xonotic.org>
Thu, 18 Nov 2010 06:57:06 +0000 (01:57 -0500)
qcsrc/server/cl_client.qc

index 7e5ff5e8f8ad329286243807977e4404ecc4738b..e3507d6413a8e54b4e57a4fd4fba36104916fa47 100644 (file)
@@ -608,8 +608,6 @@ void PutObserverInServer (void)
        if(self.ballcarried)
                DropBall(self.ballcarried, self.origin + self.ballcarried.origin, self.velocity);
 
-       MUTATOR_CALLHOOK(MakePlayerObserver);
-
        WaypointSprite_PlayerDead();
 
        if not(g_ca)  // don't reset teams when moving a ca player to the spectators
@@ -716,7 +714,7 @@ void PutObserverInServer (void)
        else
                self.frags = FRAGS_SPECTATOR;
 
-       //MUTATOR_CALLHOOK(MakePlayerObserver);
+       MUTATOR_CALLHOOK(MakePlayerObserver);
 }
 
 float RestrictSkin(float s)