Skip to content

Commit

Permalink
chore: applicableRegions のログを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Feb 11, 2025
1 parent d657d1b commit 8227942
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ class BukkitRegionOperations[F[_]: Sync](
Sync[F].delay {
val selection = WorldEditWrapper.getSelection(player)
val applicableRegions = wgManager.getApplicableRegions(selection)
println(s"ApplicableRegions: ${applicableRegions.getRegions}")
println(s"ApplicableRegionsSize: ${applicableRegions.size()}")

val maxRegionCountPerWorld = WorldGuardWrapper.getWorldMaxRegion(world)
val regionCountPerPlayer = WorldGuardWrapper.getNumberOfRegions(player, world)
Expand Down

0 comments on commit 8227942

Please sign in to comment.