mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-11 02:07:38 +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 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 + ")");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user