Skip to content

Commit

Permalink
Fix ClassNotFoundException: org.minimallycorrect.modpatcher.api.tweak…
Browse files Browse the repository at this point in the history
…er.ModPatcherTweaker2
  • Loading branch information
LunNova committed Jun 4, 2017
1 parent 6394fd5 commit 826004d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import net.minecraft.launchwrapper.ITweaker;
import net.minecraft.launchwrapper.Launch;
import net.minecraft.launchwrapper.LaunchClassLoader;
import org.minimallycorrect.modpatcher.api.LaunchClassLoaderUtil;

import java.io.*;
import java.util.*;
Expand All @@ -15,6 +16,7 @@ public static void add() {

@Override
public void acceptOptions(List<String> list, File file, File file1, String s) {
LaunchClassLoaderUtil.removeRedundantExclusions();
ModPatcherTweaker2.add();
}

Expand Down

0 comments on commit 826004d

Please sign in to comment.