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 GitHub
parent ab89278274
commit c720584e49
6 changed files with 128 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ public final class AppEngCore extends DummyModContainer implements IFMLLoadingPl
@Override
public String[] getASMTransformerClass()
{
return new String[] { "appeng.coremod.asm.ASMIntegration" };
return new String[] { "appeng.coremod.transformer.ASMIntegration" };
}
@Override