don't warn about iCo5 anymore

This commit is contained in:
Sleaker 2012-03-03 19:04:33 -08:00
parent 796fb3ca5b
commit a24595779d
2 changed files with 1 additions and 3 deletions

View File

@ -45,7 +45,7 @@ public class Economy_iConomy4 implements Economy {
public Economy_iConomy4(Plugin plugin) {
this.plugin = plugin;
Bukkit.getServer().getPluginManager().registerEvents(new EconomyServerListener(this), plugin);
log.log(Level.SEVERE, "iConomy4 is outdated and WILL BREAK in CB-R5+ - It is highly recommended to update to a new economy plugin and use Vaults conversion!");
log.log(Level.SEVERE, "iConomy4 is an extremely outdated plugin and can not be used reliably for economy! You should update to the more recent and maintained iConomy6 for compatibility!");
// Load Plugin in case it was loaded before
if (economy == null) {
Plugin ec = plugin.getServer().getPluginManager().getPlugin("iConomy");

View File

@ -17,7 +17,6 @@ package net.milkbowl.vault.economy.plugins;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import net.milkbowl.vault.economy.Economy;
@ -48,7 +47,6 @@ public class Economy_iConomy5 implements Economy {
public Economy_iConomy5(JavaPlugin plugin) {
this.plugin = plugin;
Bukkit.getServer().getPluginManager().registerEvents(new EconomyServerListener(this), plugin);
log.log(Level.SEVERE, "iConomy5 is outdated and WILL BREAK in CB-R5+ - It is highly recommended to update to a new economy plugin and use Vaults conversion!");
// Load Plugin in case it was loaded before
if (economy == null) {
Plugin ec = plugin.getServer().getPluginManager().getPlugin("iConomy");