mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
SPIGOT-2822: Droppers are droppers
This commit is contained in:
parent
a64b99c95a
commit
b5b0a97d44
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ public class CraftMetaBlockState extends CraftMetaItem implements BlockStateMeta
|
||||||
return new CraftDispenser(material, (TileEntityDispenser) te);
|
return new CraftDispenser(material, (TileEntityDispenser) te);
|
||||||
case DROPPER:
|
case DROPPER:
|
||||||
if (te == null) {
|
if (te == null) {
|
||||||
te = new TileEntityDispenser();
|
te = new TileEntityDropper();
|
||||||
}
|
}
|
||||||
return new CraftDropper(material, (TileEntityDropper) te);
|
return new CraftDropper(material, (TileEntityDropper) te);
|
||||||
case END_GATEWAY:
|
case END_GATEWAY:
|
||||||
|
|
Loading…
Add table
Reference in a new issue