Skip to content

Commit

Permalink
#538 Fixed leave signs did not work correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Jul 30, 2024
1 parent e6ed223 commit 79c551a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.github.shynixn"
version = "6.46.2"
version = "6.46.3"

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '6.46.2'
version = '6.46.3'
# The full version, including alpha/beta/rc tags.
release = '6.46.2'
release = '6.46.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class GameListener @Inject constructor(
}

game.arena.meta.lobbyMeta.leaveSigns.contains(location) -> {
game.join(event.player)
game.leave(event.player)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin-legacy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BlockBall
version: 6.46.2
version: 6.46.3
author: Shynixn
website: https://www.spigotmc.org/members/shynixn.63455/
main: com.github.shynixn.blockball.BlockBallPlugin
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BlockBall
version: 6.46.2
version: 6.46.3
author: Shynixn
website: https://www.spigotmc.org/members/shynixn.63455/
main: com.github.shynixn.blockball.BlockBallPlugin
Expand Down

0 comments on commit 79c551a

Please sign in to comment.