ForgePatch/patches/minecraft/net/minecraft/command/CommandBase.java.patch

12 lines
499 B
Diff

--- ../src-base/minecraft/net/minecraft/command/CommandBase.java
+++ ../src-work/minecraft/net/minecraft/command/CommandBase.java
@@ -384,7 +384,7 @@
itextcomponent.func_150258_a(" ");
}
- ITextComponent itextcomponent1 = new TextComponentString(p_147176_1_[i]);
+ ITextComponent itextcomponent1 = net.minecraftforge.common.ForgeHooks.newChatWithLinks(p_147176_1_[i]); // Forge: links for messages
if (p_147176_3_)
{