Fixes #2729: Fix transformer regression introduced during FG downtime. (#2730)

Added a unittest to verify the necessary string returns match the actual
existing classes, in case something screws up the refactoring.
This commit is contained in:
yueh
2016-12-31 18:25:16 +01:00
committed by Gunther De Wachter
parent 6c52f31686
commit 4c7f065af3
6 changed files with 126 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ public final class AppEngCore extends DummyModContainer implements IFMLLoadingPl
@Override
public String[] getASMTransformerClass()
{
return null; //new String[] { "appeng.coremod.asm.ASMIntegration" };
return new String[] { "appeng.coremod.transformer.ASMIntegration" };
}
@Override