mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 02:47:11 +00:00
Bukkit puts out EXACTLY the same message, therefore we don't have to.
This commit is contained in:
parent
c58276354e
commit
f265a93913
@ -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 + ")");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user