]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix an oops :P sorry for breaking jumping
authorRudolf Polzer <divverent@xonotic.org>
Tue, 13 Sep 2011 18:49:04 +0000 (20:49 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 13 Sep 2011 18:49:04 +0000 (20:49 +0200)
qcsrc/server/cl_client.qc

index 1f141244fdb513585e7f5636ee0ab659aed42c62..8c517d843c9d3933246fa16e8c53c8edcec6c4cd 100644 (file)
@@ -3152,7 +3152,7 @@ void PlayerPostThink (void)
 
        CheatFrame();
 
-       CheckPlayerJump();
+       //CheckPlayerJump();
 
        if(self.classname == "player") {
                CheckRules_Player();