mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 05:00:46 +00:00
TypeName datatype fixed
This commit is contained in:
@@ -184,7 +184,7 @@ public class ABCOutputStream extends OutputStream {
|
||||
}
|
||||
if(m.kind==0x1D)
|
||||
{
|
||||
writeU30(m.name_index);
|
||||
writeU30(m.qname_index);
|
||||
writeU30(m.params.size());
|
||||
for(int i=0;i<m.params.size();i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user