SPIGOT-1828: CraftBanner tile entity return null
By: md_5 <git@md-5.net>
This commit is contained in:
parent
1fec65442b
commit
2f46ee7dbf
1 changed files with 5 additions and 0 deletions
|
|
@ -117,4 +117,9 @@ public class CraftBanner extends CraftBlockState implements Banner {
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public TileEntityBanner getTileEntity() {
|
||||||
|
return banner;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue