geforkt von Mirrors/FastAsyncWorldEdit
Bukkit puts out EXACTLY the same message, therefore we don't have to.
Dieser Commit ist enthalten in:
Ursprung
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 + ")");
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren