3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-19 22:30:05 +02:00

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

Dieser Commit ist enthalten in:
md-5 2012-03-02 20:57:59 +11:00
Ursprung c58276354e
Commit f265a93913

Datei anzeigen

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