Skip to content

Commit

Permalink
Removed space at beginning of spooky event
Browse files Browse the repository at this point in the history
  • Loading branch information
j10a1n15 authored Jul 10, 2024
1 parent 3e1f8d0 commit d613b8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Spooky : ScoreboardEvent() {
.removeResets()
.split("\n")
.firstOrNull { it.startsWith("§7Your Candy:") }
?.removePrefix("§7Your Candy:") ?: "§cCandy not found",
?.removePrefix("§7Your Candy: ") ?: "§cCandy not found",
)
}
}
Expand Down

0 comments on commit d613b8e

Please sign in to comment.