mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 01:10:44 +00:00
TypeName fix
This commit is contained in:
@@ -153,7 +153,9 @@ public class Multiname {
|
|||||||
if(i>0){
|
if(i>0){
|
||||||
typeNameStr+=",";
|
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+=">";
|
typeNameStr+=">";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user