diff options
author | Petr Ilin <hevav@hevav.dev> | 2022-04-02 23:07:25 +0300 |
---|---|---|
committer | Petr Ilin <hevav@hevav.dev> | 2022-04-02 23:07:25 +0300 |
commit | c25bc379e38c803bbbf96c3318723da4cec7e6be (patch) | |
tree | bfe088dc27383373e8e39e854fcd29ccad4e93be /src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java | |
parent | 844f5cc6115858c523c69667855632764a5dd50d (diff) | |
download | LimboAuth-c25bc379e38c803bbbf96c3318723da4cec7e6be.tar.gz LimboAuth-c25bc379e38c803bbbf96c3318723da4cec7e6be.tar.bz2 LimboAuth-c25bc379e38c803bbbf96c3318723da4cec7e6be.zip |
Happy new year!
Diffstat (limited to 'src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java')
-rw-r--r-- | src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java b/src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java index 73c6faf..49a5079 100644 --- a/src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java +++ b/src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Elytrium + * Copyright (C) 2021 - 2022 Elytrium * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -79,7 +79,7 @@ public class LimboAuthCommand implements SimpleCommand { private void showHelp(CommandSource source) { source.sendMessage(Component.text("§eThis server is using LimboAuth and LimboAPI")); - source.sendMessage(Component.text("§e(c) 2021 Elytrium")); + source.sendMessage(Component.text("§e(С) 2021 - 2022 Elytrium")); source.sendMessage(Component.text("§ahttps://ely.su/github/")); source.sendMessage(Component.text("§r")); source.sendMessage(Component.text("§fAvailable subcommands:")); |