]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Replace button14 with button12 for minigame state
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index f8d10564591b96aca42b9cb13a2d15595b5986d5..55d47dbba1dfec6e0d2bb6449ba1ef0665572716 100644 (file)
@@ -3027,7 +3027,7 @@ void PM_UpdateButtons(entity this, entity store)
                store.impulse = this.impulse;
        this.impulse = 0;
 
-       bool typing = this.buttonchat || this.button14;
+       bool typing = this.buttonchat || this.button12;
 
        store.button0 = (typing) ? 0 : this.button0;
        //button1?!