From 206fbf627d23d8b8c452cbcc5fa8427ec64c6559 Mon Sep 17 00:00:00 2001 From: Riley Park Date: Wed, 29 Mar 2023 19:35:13 -0700 Subject: [PATCH] Make other link in deprecation message clickable too --- patches/api/Timings-v2.patch | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/patches/api/Timings-v2.patch b/patches/api/Timings-v2.patch index c3432f8260..66c48bf1ea 100644 --- a/patches/api/Timings-v2.patch +++ b/patches/api/Timings-v2.patch @@ -1440,7 +1440,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + .clickEvent(ClickEvent.openUrl("https://spark.lucko.me/"))) + ) + .append(Component.newline()) -+ .append(Component.text(" For more information please visit: https://github.com/PaperMC/Paper/issues/8948")) ++ .append( ++ Component.text(" For more information please visit: ") ++ .append( ++ Component.text() ++ .content("https://github.com/PaperMC/Paper/issues/8948") ++ .clickEvent(ClickEvent.openUrl("https://github.com/PaperMC/Paper/issues/8948"))) ++ ) + .build(); + } +