1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-22 23:15:36 +01:00

SPIGOT-1828: CraftBanner tile entity return null

This commit is contained in:
md_5 2016-03-08 18:01:54 +11:00
parent 3b375b354e
commit 3cfd8ca3cb

View file

@ -117,4 +117,9 @@ public class CraftBanner extends CraftBlockState implements Banner {
return result;
}
@Override
public TileEntityBanner getTileEntity() {
return banner;
}
}