Commit f69d71c75d9516ba62402384db452c44c338febe

Authored by Mumfrey
1 parent 95434a46

remove accidental duplicate method call

java/common/com/mumfrey/liteloader/core/LiteLoaderMods.java
... ... @@ -680,7 +680,6 @@ public class LiteLoaderMods
680 680 if (mod != null)
681 681 {
682 682 this.registerModStartupError(mod, th);
683   - this.registerModStartupError(mod, th);
684 683 }
685 684 }
686 685  
... ...