Small fix
This commit is contained in:
parent
6ef79d3353
commit
d6b371bed0
1 changed files with 4 additions and 4 deletions
|
@ -62,11 +62,11 @@ public final class SloudChat extends JavaPlugin {
|
|||
new UpdateChecker(this, 126174).getLatestVersion(version -> {
|
||||
String current = this.getDescription().getVersion();
|
||||
if (!current.equalsIgnoreCase(version)) {
|
||||
getLogger().warning("A new version of SloudChat is available!");
|
||||
getLogger().warning("Current: " + current + " | Latest: " + version);
|
||||
getLogger().warning("Download: https://www.spigotmc.org/resources/sloudchat.126174/");
|
||||
getLogger().warning("§cA new version of §eSloudChat §cis available!");
|
||||
getLogger().warning("§7Current: §e" + current + " §7| Latest: §a" + version);
|
||||
getLogger().warning("§bDownload: https://www.spigotmc.org/resources/sloudchat.126174/");
|
||||
} else {
|
||||
getLogger().info("SloudChat is up to date (v" + current + ").");
|
||||
getLogger().info("§aSloudChat is up to date (v" + current + ").");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue