Skip to content

Commit

Permalink
chore: removed the repeated vanish with delay (on join)
Browse files Browse the repository at this point in the history
i hope this change solve problems more than creating them
  • Loading branch information
Syrent committed Feb 9, 2024
1 parent fd7920e commit 6d29115
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ class PlayerJoinListener(
@EventHandler(priority = EventPriority.LOWEST)
private fun onPlayerJoin(event: PlayerJoinEvent) {
handleVanishOnJoin(event)
Ruom.runSync({
handleVanishOnJoin(event)
}, 15)
}

fun handleVanishOnJoin(event: PlayerJoinEvent) {
Expand Down

0 comments on commit 6d29115

Please sign in to comment.