Skip to content

Commit

Permalink
WrapperPlayServerResourcePackSend#setPrompt added
Browse files Browse the repository at this point in the history
  • Loading branch information
retrooper committed Nov 17, 2024
1 parent dca7dae commit d4b4b24
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,8 @@ public void setRequired(boolean required) {
public Component getPrompt() {
return prompt;
}

public void setPrompt(Component prompt) {
this.prompt = prompt;
}
}

0 comments on commit d4b4b24

Please sign in to comment.