mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2025-08-03 19:15:48 +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...");
|
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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue