Small change to update not required message
This commit is contained in:
@@ -33,7 +33,7 @@ public class ConfigUpdater {
|
||||
plugin.getLogger().info("[Config] Update found! Performing update...");
|
||||
performUpdate();
|
||||
} else {
|
||||
plugin.getLogger().info("[Config] Update not found. Config is already up-to-date.");
|
||||
plugin.getLogger().info("[Config] Update not required.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user