mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2024-12-22 16:05:03 +00:00
Small change to update not required message
This commit is contained in:
parent
55deabe56b
commit
802e405c4e
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue