Small change to update not required message

This commit is contained in:
ShadowRanger 2015-06-23 16:28:58 +10:00
parent 55deabe56b
commit 802e405c4e

View file

@ -33,7 +33,7 @@ public class ConfigUpdater {
plugin.getLogger().info("[Config] Update found! Performing update..."); plugin.getLogger().info("[Config] Update found! Performing update...");
performUpdate(); performUpdate();
} else { } else {
plugin.getLogger().info("[Config] Update not found. Config is already up-to-date."); plugin.getLogger().info("[Config] Update not required.");
} }
} }