mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] JaConfigurator if stmt.
This commit is contained in:
parent
015f15c14f
commit
50433d0b9d
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ public void setGuardType(String key) {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void push(final int value) {
|
public void push(final int value) {
|
||||||
if (value >= -1 && value <= 5)
|
|
||||||
if (value >= -1 && value <= 5)
|
if (value >= -1 && value <= 5)
|
||||||
constructor.instructions.add(new InsnNode(Opcodes.ICONST_0 + value));
|
constructor.instructions.add(new InsnNode(Opcodes.ICONST_0 + value));
|
||||||
else if (value >= Byte.MIN_VALUE && value <= Byte.MAX_VALUE)
|
else if (value >= Byte.MIN_VALUE && value <= Byte.MAX_VALUE)
|
||||||
|
|
Loading…
Reference in a new issue