Skip to content

Commit

Permalink
fix: 現在の保護作成数がワールドの最大保護作成可能数になっているのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Feb 11, 2025
1 parent 8227942 commit 40154e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ object FirstPage extends Menu {
} else {
val maxRegionCount = WorldGuardWrapper.getWorldMaxRegion(world)
val currentPlayerRegionCount =
WorldGuardWrapper.getMaxRegion(player, world)
WorldGuardWrapper.getNumberOfRegions(player, world)

(
List(
Expand Down

0 comments on commit 40154e4

Please sign in to comment.