From e7a3db19aa1ecb266947b8801ced2c8e8917b3d9 Mon Sep 17 00:00:00 2001 From: Spongecade Date: Thu, 5 Oct 2023 15:26:24 -0500 Subject: [PATCH] Update Minecraft wiki links to new domain --- src/proto/packets/play/title.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/proto/packets/play/title.rs b/src/proto/packets/play/title.rs index 3ae0622..be1e57b 100644 --- a/src/proto/packets/play/title.rs +++ b/src/proto/packets/play/title.rs @@ -70,7 +70,7 @@ async fn send_v1_16_3( packet::write_packet( Title { action: if title.is_empty() && subtitle.is_empty() { - // Defaults: https://minecraft.fandom.com/wiki/Commands/title#Detail + // Defaults: https://minecraft.wiki/w/Commands/title#Detail TitleAction::SetTimesAndDisplay { fade_in: 10, stay: 70, @@ -121,7 +121,7 @@ async fn send_v1_17( // Set title times packet::write_packet( if title.is_empty() && subtitle.is_empty() { - // Defaults: https://minecraft.fandom.com/wiki/Commands/title#Detail + // Defaults: https://minecraft.wiki/w/Commands/title#Detail SetTitleTimes { fade_in: 10, stay: 70,