Skip to content

Commit c26a770

Browse files
Merge remote-tracking branch 'origin/1.12.2-forge' into 1.14.4-forge
2 parents 75d6ec9 + e280f40 commit c26a770

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/cam72cam/mod/gui/screen/TextField.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ public boolean isEnabled() {
6464

6565
/** Validator that can block a string from being entered */
6666
public void setValidator(Predicate<String> filter) {
67-
internal().setValidator(filter::test);
67+
internal.setValidator(filter::test);
6868
}
6969

7070
/** Move cursor to this text field */
7171
public void setFocused(boolean b) {
72-
internal().setFocused2(b);
72+
internal.setFocused2(b);
7373
}
7474
}

0 commit comments

Comments
 (0)