Skip to content

Commit

Permalink
chore: ログの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Feb 11, 2025
1 parent 40154e4 commit fef38ec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ class BukkitRegionOperations[F[_]: Sync](
regionCount <- regionCountRepository(player).get
world <- Sync[F].delay(player.getWorld)
wgManager = WorldGuardWrapper.getRegionManager(world)
_ = println(s"regionCount: ${regionCount.value}")
_ = println(s"worldMaxRegion: ${WorldGuardWrapper.getWorldMaxRegion(player.getWorld)}")
result <-
if (!SeichiAssist.seichiAssistConfig.isGridProtectionEnabled(world)) {
Sync[F].pure(RegionCreationResult.WorldProhibitsRegionCreation)
Expand Down

0 comments on commit fef38ec

Please sign in to comment.