Files
Minecraft1.12SRC/conf/patches/minecraft_merged_ff/net.minecraft.util.text.TextComponentKeybind.java.patch
2020-07-20 00:21:55 +08:00

13 lines
585 B
Diff

diff -r -U 3 minecraft\net\minecraft\util\text\TextComponentKeybind.java minecraft_patched\net\minecraft\util\text\TextComponentKeybind.java
--- minecraft\net\minecraft\util\text\TextComponentKeybind.java
+++ minecraft_patched\net\minecraft\util\text\TextComponentKeybind.java
@@ -6,7 +6,7 @@
public class TextComponentKeybind extends TextComponentBase {
public static Function<String, Supplier<String>> field_193637_b = (p_193635_0_) -> {
return () -> {
- return p_193634_0_;
+ return p_193635_0_;
};
};
private final String field_193638_c;