fix null class names

This commit is contained in:
ThatGamerBlue
2020-04-11 11:29:54 +01:00
parent 64e4e754e6
commit 5fdefb98f6

View File

@@ -81,7 +81,7 @@ public class MappingDumper
for (ClassFile cf : group.getClasses())
{
String implName = DeobAnnotations.getImplements(cf);
String implName = cf.getName();
String className = DeobAnnotations.getObfuscatedName(cf.getAnnotations());
if (implName != null)