mirror of
https://github.com/timvisee/lazymc.git
synced 2025-05-19 04:40:22 -07:00
Update Minecraft wiki links to new domain
This commit is contained in:
parent
ca4753673d
commit
e7a3db19aa
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user