Commit f69d71c75d9516ba62402384db452c44c338febe
1 parent
95434a46
remove accidental duplicate method call
Showing
1 changed file
with
0 additions
and
1 deletions
java/common/com/mumfrey/liteloader/core/LiteLoaderMods.java
@@ -680,7 +680,6 @@ public class LiteLoaderMods | @@ -680,7 +680,6 @@ public class LiteLoaderMods | ||
680 | if (mod != null) | 680 | if (mod != null) |
681 | { | 681 | { |
682 | this.registerModStartupError(mod, th); | 682 | this.registerModStartupError(mod, th); |
683 | - this.registerModStartupError(mod, th); | ||
684 | } | 683 | } |
685 | } | 684 | } |
686 | 685 |