Removed AbstractMethodError stacktrace

This commit is contained in:
Jack Lin 2015-01-18 22:57:06 +13:00
parent de0b638a82
commit 641c7847ae

View file

@ -278,7 +278,7 @@ public class AbilityModuleManager {
authors.put(ab.getName(), ab.getAuthor());
} catch (AbstractMethodError e) { //If triggered means ability was made pre 1.6 BETA 8
ProjectKorra.log.warning("The ability " + ab.getName() + " is either broken or outdated. Please remove it!");
e.printStackTrace();
//e.printStackTrace();
ab.stop();
abilities.remove(ab.getName());
final AbilityModule skill = ab;