geforkt von Mirrors/Velocity
Fixed copyright year (#490)
Dieser Commit ist enthalten in:
Ursprung
7c76ae9a27
Commit
e0153267db
@ -228,7 +228,7 @@ public class VelocityCommand implements SimpleCommand {
|
|||||||
.append(Component.text(version.getVersion()).decoration(TextDecoration.BOLD, false))
|
.append(Component.text(version.getVersion()).decoration(TextDecoration.BOLD, false))
|
||||||
.build();
|
.build();
|
||||||
TextComponent copyright = Component
|
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.");
|
+ " is licensed under the terms of the GNU General Public License v3.");
|
||||||
source.sendMessage(Identity.nil(), velocity);
|
source.sendMessage(Identity.nil(), velocity);
|
||||||
source.sendMessage(Identity.nil(), copyright);
|
source.sendMessage(Identity.nil(), copyright);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren