Sign in
LiteLoader
/
LiteLoader
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
40
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f69d71c75d9516ba62402384db452c44c338febe
Authored by
Mumfrey
2014-07-24 12:26:41 +0000
1 parent
95434a46
remove accidental duplicate method call
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
java/common/com/mumfrey/liteloader/core/LiteLoaderMods.java
java/common/com/mumfrey/liteloader/core/LiteLoaderMods.java
View file @
f69d71c
...
...
@@ -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
...
...