]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
undo part of the "new use key system". The impulse still works and may be more conven...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index f41503ab09c790131d48727a08a8af085aeca642..299df0d082ef84ee9d06d001f4d3b7f29fc77046 100644 (file)
@@ -2777,7 +2777,7 @@ void PlayerPreThink (void)
 
        MUTATOR_CALLHOOK(PlayerPreThink);
 
-       if(!self.cvar_cl_newusekeysupported)
+       if(!self.cvar_cl_newusekeysupported) // FIXME remove this - it was a stupid idea to begin with, we can JUST use the button
        {
                if(self.BUTTON_USE && !self.usekeypressed)
                        PlayerUseKey();