fix #2368
This commit is contained in:
parent
9db83e3a83
commit
f7601c4564
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class FacadePluggable extends PipePluggable {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isHollow() {
|
public boolean isHollow() {
|
||||||
return states == null ? renderAsHollow : !states[0].hollow;
|
return states == null ? renderAsHollow : states[0].hollow;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Block getRenderingBlock() { return block; }
|
public Block getRenderingBlock() { return block; }
|
||||||
|
|
Loading…
Reference in a new issue