mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Removed AbstractMethodError stacktrace
This commit is contained in:
parent
de0b638a82
commit
641c7847ae
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ public class AbilityModuleManager {
|
||||||
authors.put(ab.getName(), ab.getAuthor());
|
authors.put(ab.getName(), ab.getAuthor());
|
||||||
} catch (AbstractMethodError e) { //If triggered means ability was made pre 1.6 BETA 8
|
} 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!");
|
ProjectKorra.log.warning("The ability " + ab.getName() + " is either broken or outdated. Please remove it!");
|
||||||
e.printStackTrace();
|
//e.printStackTrace();
|
||||||
ab.stop();
|
ab.stop();
|
||||||
abilities.remove(ab.getName());
|
abilities.remove(ab.getName());
|
||||||
final AbilityModule skill = ab;
|
final AbilityModule skill = ab;
|
||||||
|
|
Loading…
Reference in a new issue