Skip to content

Commit

Permalink
Change exclusion from classloader to transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Feb 6, 2016
1 parent f92c636 commit 2304d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/nallar/modpatcher/ModPatcherSetup.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private void initialised(LaunchClassLoader classLoader) {
}
modPatcherInitialised = true;

classLoader.addClassLoaderExclusion("me.nallar.modpatcher");
classLoader.addTransformerExclusion("me.nallar.modpatcher");
classLoader.addClassLoaderExclusion("javassist");
LaunchClassLoaderUtil.instance = classLoader;
LaunchClassLoaderUtil.addTransformer(ModPatcher.getInstance());
Expand Down

0 comments on commit 2304d33

Please sign in to comment.