remove unused test classes, fix new array creation in mixins

This commit is contained in:
Lucwousin
2019-10-29 23:05:19 +01:00
parent f0214b39d4
commit b360349dd7
3 changed files with 1 additions and 26 deletions

View File

@@ -534,7 +534,7 @@ public class MixinInjector extends AbstractInjector
if (deobTypeClass != null)
{
Type newType = new Type("L" + inject.toVanilla(deobTypeClass) + ";");
Type newType = new Type("L" + inject.toVanilla(deobTypeClass).getName() + ";");
((ANewArray) i).setType(newType);
log.debug("Replaced {} type {} with type {}", i, type, newType);