1
1
Эх сурвалжийг харах

Let player choose order of keys, just leave the mods for after

Reddo 5 жил өмнө
parent
commit
9b89bc24dd

+ 0 - 2
app/Controls/Modules/KeyHandler.ts

@@ -351,8 +351,6 @@ module Controls.KeyHandler {
                 if (ma != mb) {
                     return ma - mb;
                 }
-                if (a.representation < b.representation) return -1;
-                else if (a.representation > b.representation) return 1;
                 return 0;
             });