mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 09:37:37 +00:00
Fix formatting
This commit is contained in:
parent
48fb4f919a
commit
be428d58f2
@ -76,8 +76,7 @@ public class UpdateChecker extends PlexBase
|
|||||||
}
|
}
|
||||||
default -> {
|
default -> {
|
||||||
sender.sendMessage(Component.text("Your version of Plex is not up to date!", NamedTextColor.RED));
|
sender.sendMessage(Component.text("Your version of Plex is not up to date!", NamedTextColor.RED));
|
||||||
sender.sendMessage(Component.text("Download a new version at: ")
|
sender.sendMessage(Component.text("Download a new version at: " + DOWNLOAD_PAGE).color(NamedTextColor.RED));
|
||||||
.append(Component.text(DOWNLOAD_PAGE, NamedTextColor.RED)));
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user