Fixed copyright year (#490)

This commit is contained in:
Nicolas RAYNAUD
2021-05-05 00:22:50 +02:00
committed by GitHub
parent 7c76ae9a27
commit e0153267db

View File

@@ -228,7 +228,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 licensed under the terms of the GNU General Public License v3.");
source.sendMessage(Identity.nil(), velocity);
source.sendMessage(Identity.nil(), copyright);