Bukkit puts out EXACTLY the same message, therefore we don't have to.

This commit is contained in:
md-5 2012-03-02 20:57:59 +11:00
parent c58276354e
commit f265a93913

View File

@ -75,7 +75,6 @@ public class WorldEditPlugin extends JavaPlugin {
final String pluginYmlVersion = getDescription().getVersion();
final String manifestVersion = WorldEdit.getVersion();
logger.info("WorldEdit " + pluginYmlVersion + " enabled.");
if (!manifestVersion.equalsIgnoreCase(pluginYmlVersion)) {
WorldEdit.setVersion(manifestVersion + " (" + pluginYmlVersion + ")");
}