Skip to content

Commit

Permalink
Merge pull request #158 from SpaceServerUniverse/dev/tatchan-fix-birt…
Browse files Browse the repository at this point in the history
…hdaycard
  • Loading branch information
m1sk9 authored Oct 16, 2024
2 parents e37babc + 9fcb7be commit 2e0e667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void sendMenu(Player player) {
Window window = Window.single()
.setViewer(player)
.setGui(gui)
.setTitle("BirthdayCard " + LocalDate.now().getYear() + " " + (" + months[page] + "))
.setTitle("BirthdayCard " + LocalDate.now().getYear() + " " + "(" + months[page] + ")")
.build();
window.open();
}
Expand Down

0 comments on commit 2e0e667

Please sign in to comment.