mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-08 06:26:43 +01:00
Moved changeling feed to the O key by default
This commit is contained in:
parent
72103173aa
commit
9798c10de3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class PowerFeed implements IPower<Hit> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getKeyCode() {
|
public int getKeyCode() {
|
||||||
return Keyboard.KEY_N;
|
return Keyboard.KEY_O;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue