Fixed Bug: #0445 - ASM Migration
This commit is contained in:
parent
7a3f2dcf5a
commit
80428aec4e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class AppEngCore extends DummyModContainer implements IFMLLoadingPlugin
|
|||
@Override
|
||||
public String[] getASMTransformerClass()
|
||||
{
|
||||
return new String[] { "appeng.transformer.asm.ASMIntegration", "appeng.transformer.asm.ASMMigration" };
|
||||
return new String[] { "appeng.transformer.asm.ASMIntegration" };
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue