Bug fix and changes #27

Merged
ShadowRanger merged 10 commits from master into master 2015-06-24 20:17:14 -04:00
19 changed files with 487 additions and 188 deletions
Showing only changes of commit 802e405c4e - Show all commits

View File

@@ -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.");
}
}