We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8380b commit 03a2212Copy full SHA for 03a2212
src/main/java/gregtech/common/mui/widget/HighlightedTextField.java
@@ -89,7 +89,7 @@ public void runHighlighter(String text) {
89
if (this.highlightRule == null) {
90
return;
91
}
92
- this.cacheMap.computeIfAbsent(text, string -> this.highlightRule.apply(string));
+ this.cacheMap.computeIfAbsent(text, this.highlightRule);
93
94
95
0 commit comments