Skip to content

Commit 52a802f

Browse files
committed
fix: Remove debug event
1 parent 37c2d7d commit 52a802f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/main/kotlin/com/mineinabyss/deeperworld/synchronization/SectionSyncListener.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ class SectionSyncListener(
5151
private val attachedBlocks = ObjectOpenHashSet(Tag.REPLACEABLE.values.plus(setOf(Material.TORCH, Material.WALL_TORCH, Material.SPORE_BLOSSOM)))
5252
private val attachedFaces = ObjectOpenHashSet(BlockFace.entries.take(6))
5353

54-
@EventHandler(ignoreCancelled = true, priority = EventPriority.MONITOR)
55-
fun BlockBreakBlockEvent.onDropItem() {
56-
println(block.y)
57-
}
58-
5954
@EventHandler(ignoreCancelled = true, priority = EventPriority.MONITOR)
6055
fun BlockBreakEvent.syncBlockBreak() {
6156
sections.whenLinked(block) { linked ->

0 commit comments

Comments
 (0)