Skip to content

Commit

Permalink
Update SignEditScreenMixin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardZHY authored Dec 26, 2022
1 parent 51a85f1 commit 2cf1b57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class SignEditScreenMixin extends Screen {
private ButtonWidget field_5732;

@Overwrite
protected void keyPressed(char character, int code) {
public void keyPressed(char character, int code) {
if (code == 200) {
this.currentRow = this.currentRow - 1 & 3;
}
Expand All @@ -38,4 +38,4 @@ protected void keyPressed(char character, int code) {
this.buttonClicked(this.field_5732);
}
}
}
}

0 comments on commit 2cf1b57

Please sign in to comment.