From f6e7deeca58eb6b5b07aecdcb05c9942a29c8f01 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Sat, 23 Dec 2023 18:53:16 +0900 Subject: [PATCH] style: scalafix --- .../com/github/unchama/util/external/WorldGuardWrapper.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}