This commit is contained in:
IzzelAliz 2021-01-31 14:22:12 +08:00
parent bca2984496
commit 1c0136c7db

View File

@ -27,7 +27,7 @@ public class WrappedWorlds {
return f;
}
}
Optional<Field> delegate = getDelegate(cl);
Optional<Field> delegate = getDelegate(cl.getSuperclass());
if (delegate.isPresent()) {
return delegate.get();
} else {