Skip to content

Commit

Permalink
修完bug推个版本
Browse files Browse the repository at this point in the history
  • Loading branch information
YsGqHY committed Feb 24, 2024
1 parent 4e75902 commit 3f32202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=kim.hhhhhy.regions
version=1.0.5
version=1.0.6
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ object AreaListener {

@SubscribeEvent
fun onPlayerChangeWorld(e: PlayerChangedWorldEvent) {
AreaSettings.stopTick(e.player)
AreaSettings.check(e.player, e.player.location)
}

Expand Down

0 comments on commit 3f32202

Please sign in to comment.