Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Apr 27, 2024
1 parent 0f38f9c commit 2a5bd1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ tasks {
archiveFileName.set("${rootProject.name}_${project.version}.jar")
exclude("META-INF/**")
from("LICENSE")
// minimize()
minimize()

relocate("io.papermc.lib", "ir.syrent.velocityvanish.dependencies.io.papermc.lib")
relocate("io.leangen", "ir.syrent.velocityvanish.dependencies.io.leangen")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class PlayerJoinListener(
} else if (player.hasPermission("velocityvanish.action.vanish.force") && Settings.forceVanishIfFirst && Ruom.onlinePlayers.size <= 1) {
player.sendMessage(Message.FORCE_VANISHED)
plugin.vanishManager.vanish(player, sendQuitMessage = false, callPostEvent = true)
plugin.vanishedNames.remove(player.name)
event.joinMessage = null

Ruom.runSync({
Expand Down

0 comments on commit 2a5bd1d

Please sign in to comment.