]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics/player.qc
Fix the special command not being recognized
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / player.qc
index 24967d1c8169e547dde7fbd3e52cc8d998c65fd7..2fd3f9fb59eb94dccba55254e6ca6708a12b3fa3 100644 (file)
@@ -531,7 +531,7 @@ bool PM_check_specialcommand(entity this, int buttons)
                c = "x";
        else if (buttons == 1)
                c = "1";
-       else if (buttons == 2)
+       else if (buttons == 4)
                c = " ";
        else if (buttons == 128)
                c = "s";