Removal of an unnecessary semicolon

This commit is contained in:
François
2022-12-27 13:06:22 +01:00
parent 751624bc8d
commit 297bb10b85

View File

@@ -12,7 +12,7 @@ import org.bukkit.entity.Monster
import org.bukkit.entity.Player
class AntigriefLands(private val plugin: EcoPlugin) : AntigriefIntegration {
private val landsIntegration = LandsIntegration.of(this.plugin);
private val landsIntegration = LandsIntegration.of(this.plugin)
override fun canBreakBlock(
player: Player,
block: Block