13
0
geforkt von Mirrors/Velocity

Update copyright year in /velocity version

Dieser Commit ist enthalten in:
Andrew Steinborn 2019-02-15 16:09:37 -05:00
Ursprung a0e1359557
Commit f042d214d3

Datei anzeigen

@ -164,7 +164,7 @@ public class VelocityCommand implements Command {
.append(TextComponent.of(version.getVersion()).decoration(TextDecoration.BOLD, false))
.build();
TextComponent copyright = TextComponent
.of("Copyright 2018 " + version.getVendor() + ". " + version.getName()
.of("Copyright 2018-2019 " + version.getVendor() + ". " + version.getName()
+ " is freely licensed under the terms of the MIT License.");
source.sendMessage(velocity);
source.sendMessage(copyright);