mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-21 16:47:39 +01:00
Removed place blocks debug
This commit is contained in:
parent
acaf126978
commit
d4305efabe
@ -27,7 +27,6 @@ public class PlaceBlocksListener extends AbstractFlagListener {
|
|||||||
*/
|
*/
|
||||||
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
|
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
|
||||||
public void onBlockPlace(final BlockPlaceEvent e) {
|
public void onBlockPlace(final BlockPlaceEvent e) {
|
||||||
getPlugin().logDebug("Place blocks " + e.getBlock().getType());
|
|
||||||
if (e.getBlock().getType().equals(Material.FIRE)) {
|
if (e.getBlock().getType().equals(Material.FIRE)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user