Paper/src/main/java/net
Travis Watkins 9add7d3000 Don't create tile entity when block placement fails. Fixes BUKKIT-2924
End portals can only be placed in the end during the dragon's death.
Attempts to place them outside of this window causes the block to remove
itself. However, we still create the tile entity for the portal which
leads to exceptions spamming the console about a tile entity existing
without the appropriate block. In these cases we should not place the tile
entity at all.
2012-11-16 16:56:49 -06:00
..
minecraft/server Don't create tile entity when block placement fails. Fixes BUKKIT-2924 2012-11-16 16:56:49 -06:00