Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Oct 5, 2024
1 parent 6df43f0 commit e236aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public final class View implements ViewHandler {
.cancelOnClick()
.onClick(context -> {
context.closeForViewer();
sender.sendMessage("Player " + context.clicker() + " clicked to a diamond!");
sender.sendMessage("Player " + context.clicker().player() + " clicked to a diamond!");
});
}
}
Expand Down

0 comments on commit e236aa4

Please sign in to comment.