This commit is contained in:
mfnalex 2019-07-14 13:10:17 +02:00
parent 3d057056a5
commit 8d369c8bd5

View File

@ -57,7 +57,7 @@ public class JeffChestSortUpdateChecker {
currentVersion = plugin.getDescription().getVersion().trim();
if (latestVersion.equals(currentVersion)) {
plugin.getLogger().info("You are using the latest hversion of ChestSort.");
plugin.getLogger().info("You are using the latest version of ChestSort.");
} else {
plugin.getLogger().warning("=================================================");
plugin.getLogger().warning("There is a new version of ChestSort available!");