mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 23:00:46 +00:00
TypeName fix
This commit is contained in:
@@ -153,7 +153,9 @@ public class Multiname {
|
||||
if(i>0){
|
||||
typeNameStr+=",";
|
||||
}
|
||||
typeNameStr+=constants.constant_multiname[params.get(i)].getName(constants);
|
||||
if(params.get(i)!=0){ //What does value 0 mean?
|
||||
typeNameStr+=constants.constant_multiname[params.get(i)].getName(constants);
|
||||
}
|
||||
}
|
||||
typeNameStr+=">";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user