3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-16 21:10:30 +01:00
Dieser Commit ist enthalten in:
Andrew Steinborn 2020-12-26 21:56:19 -05:00
Ursprung 6a8ec21f26
Commit 7329d165f6

Datei anzeigen

@ -209,7 +209,7 @@ public class VelocityCommand implements SimpleCommand {
.append(Component.text(version.getVersion()).decoration(TextDecoration.BOLD, false))
.build();
TextComponent copyright = Component
.text("Copyright 2018-2020 " + version.getVendor() + ". " + version.getName()
.text("Copyright 2018-2021 " + version.getVendor() + ". " + version.getName()
+ " is freely licensed under the terms of the MIT License.");
source.sendMessage(Identity.nil(), velocity);
source.sendMessage(Identity.nil(), copyright);