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(); + } +