mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 08:15:05 +01:00
SPIGOT-1828: CraftBanner tile entity return null
This commit is contained in:
parent
3b375b354e
commit
3cfd8ca3cb
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
Reference in a new issue