13
0
geforkt von Mirrors/Velocity

We're well into 2020, just saying.

Dieser Commit ist enthalten in:
Andrew Steinborn 2020-05-08 14:03:30 -04:00
Ursprung 5424c55f09
Commit 3bc8323ed5

Datei anzeigen

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