mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-06 14:24:41 +08:00
We're well into 2020, just saying.
This commit is contained in:
parent
88641662d8
commit
f7e70cff20
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user