Skip to content

Commit

Permalink
Update Quarry.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Jul 4, 2021
1 parent 791ee75 commit 13ef408
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/xyz/xenondevs/nova/tileentity/impl/Quarry.kt
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ class Quarry(

minLoc.fullCuboidTo(maxLoc) {
protected = !ProtectionUtils.canBreak(ownerUUID, it)
println(protected)
ParticleBuilder(ParticleEffect.FLAME, it.clone().apply { y += 1 }).display()
return@fullCuboidTo !protected
}

Expand Down

0 comments on commit 13ef408

Please sign in to comment.