mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Fix spacing in Updater
This commit is contained in:
parent
4e4c4eff98
commit
086128f8fa
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class Updater {
|
|||
plugin.getLogger().info("You are running version " + getCurrentVersion());
|
||||
plugin.getLogger().info("The latest version avaliable is " + getUpdateVersion());
|
||||
} else {
|
||||
plugin.getLogger().info("You are running the latest version of" + pluginName);
|
||||
plugin.getLogger().info("You are running the latest version of " + pluginName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue