Skip to content

Commit

Permalink
Change default value of sender accept request
Browse files Browse the repository at this point in the history
  • Loading branch information
Faun471 committed May 22, 2022
1 parent a72d132 commit 4b77134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/faun/givepet/configs/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void registerComments(CommentsConfiguration config) {

public static final Property<String> NO_PENDING_REQUEST = new StringProperty("no-pending-request", "%prefix% &cNo one sent you a request.");

public static final Property<String> SENDER_REQUEST_ACCEPT = new StringProperty("sender-accept-request", "%prefix% &f%receiver% accepted the request.\nRight click the pet that you'd like to give");
public static final Property<String> SENDER_REQUEST_ACCEPT = new StringProperty("sender-accept-request", "%prefix% &f%receiver% accepted the request.\n%prefix% &fRight click the pet that you'd like to give");

public static final Property<String> RECEIVER_REQUEST_ACCEPT = new StringProperty("receiver-accept-request", "%prefix% &fYou accepted %sender%'s request.");

Expand Down

0 comments on commit 4b77134

Please sign in to comment.