mirror of
https://hub.spigotmc.org/stash/scm/spigot/fernflower.git
synced 2025-09-18 22:14:39 +00:00
NPE fixed
This commit is contained in:
parent
c286d42c5b
commit
0a5a2c671e
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ public class NestedClassProcessor {
|
|||
if(both) {
|
||||
second.set(0, null);
|
||||
}
|
||||
} else {
|
||||
} else if(fobj != null) {
|
||||
if(fobj.varpaar.var == -1) {
|
||||
fobj.varpaar = sobj.varpaar;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue