diff --git a/src/main/scala/com/github/unchama/util/external/WorldGuardWrapper.scala b/src/main/scala/com/github/unchama/util/external/WorldGuardWrapper.scala index e374fc4e94..3ffee61781 100644 --- a/src/main/scala/com/github/unchama/util/external/WorldGuardWrapper.scala +++ b/src/main/scala/com/github/unchama/util/external/WorldGuardWrapper.scala @@ -4,7 +4,7 @@ import com.sk89q.worldedit.bukkit.BukkitAdapter import com.sk89q.worldguard.bukkit.WorldGuardPlugin import com.sk89q.worldguard.protection.flags.Flags import com.sk89q.worldguard.protection.managers.RegionManager -import com.sk89q.worldguard.protection.regions.{ProtectedCuboidRegion, ProtectedRegion} +import com.sk89q.worldguard.protection.regions.ProtectedRegion import com.sk89q.worldguard.{LocalPlayer, WorldGuard} import org.bukkit.entity.Player import org.bukkit.{Location, World}