Fix Battle text output when drinking a potion
This commit is contained in:
parent
cb4fda06e3
commit
3624b56727
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ public class ClientProxy extends CommonProxy {
|
|||
parentComponent.getSiblings().add(new TextComponent(" drank a "));
|
||||
parentComponent.getSiblings().add(new TextComponent(pkt.getCustom()));
|
||||
parentComponent.getSiblings().add(new TextComponent("!"));
|
||||
TurnBasedMinecraftMod.proxy.displayString(from + " drank a " + pkt.getCustom() + "!");
|
||||
TurnBasedMinecraftMod.proxy.displayComponent(parentComponent);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue