]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix some empty if blocks
authorRudolf Polzer <divverent@xonotic.org>
Tue, 18 Dec 2012 12:36:27 +0000 (13:36 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 18 Dec 2012 12:36:27 +0000 (13:36 +0100)
qcsrc/server/cl_client.qc

index 96e1af96b3f2b6b820f9485dc5fb4efdd941433f..4c11f9469d648b8de20b74b5d172c8a8815bf478 100644 (file)
@@ -3033,10 +3033,6 @@ void PlayerPostThink (void)
                if (intermission_running)
                        return;         // intermission or finale
                GetPressedKeys();
-       } else if (self.classname == "observer") {
-               //do nothing
-       } else if (self.classname == "spectator") {
-               //do nothing
        }
        
 #ifdef TETRIS