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