Skip to content

Commit

Permalink
fix server spoof resource pack message
Browse files Browse the repository at this point in the history
  • Loading branch information
Wide-Cat authored May 3, 2024
1 parent f5e042f commit ea2e026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private void onPacketReceive(PacketEvent.Receive event) {
);

MutableText acceptance = Text.literal("[Spoof Acceptance]");
link.setStyle(link.getStyle()
acceptance.setStyle(acceptance.getStyle()
.withColor(Formatting.DARK_GREEN)
.withUnderline(true)
.withClickEvent(new RunnableClickEvent(() -> {
Expand Down

0 comments on commit ea2e026

Please sign in to comment.