mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
fixes again
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -388,7 +388,7 @@ public class ActionPush extends Action {
|
||||
for (Object o : values) {
|
||||
if (o instanceof ConstantIndex) {
|
||||
if ((constantPool == null) || (((ConstantIndex) o).index >= constantPool.size())) {
|
||||
o = "????constant" + ((ConstantIndex) o).index;
|
||||
o = "\u00A7\u00A7constant" + ((ConstantIndex) o).index;
|
||||
} else {
|
||||
o = constantPool.get(((ConstantIndex) o).index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user