Skip to content

Commit

Permalink
- Confirmations can now be accepted/declined/confirmed/cancelled by
Browse files Browse the repository at this point in the history
clicking on the text if you use Spigot.
    - Courtesy of Siris with PRs #3631 + #3639
    - Closes #3534.
    - Commands can still be used, clicking only for spigot servers, not
craftbukkit servers.
  • Loading branch information
LlmDl committed Jan 13, 2020
1 parent b7e4986 commit 8071083
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4061,4 +4061,8 @@ v0.92.0.11:
- Fix plot groups whose town doesn't exist anymore causing safe mode.
- Fix edge-case scenario where revoking invites couldn't be done because we were matching the wrong player.
- Closes #3635.
- Fix french.yml not parsing.
- Fix french.yml not parsing.
- Confirmations can now be accepted/declined/confirmed/cancelled by clicking on the text if you use Spigot.
- Courtesy of Siris with PRs #3631 + #3639
- Closes #3534.
- Commands can still be used, clicking only for spigot servers, not craftbukkit servers.
2 changes: 0 additions & 2 deletions src/com/palmergames/bukkit/towny/TownyMessaging.java
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,6 @@ public static void sendConfirmationMessage(CommandSender player, String firstlin
}
if (lastline == null) {
lastline = ChatColor.BLUE + TownySettings.getLangString("this_message_will_expire");
String[] message = new String[]{firstline, confirmline, cancelline, lastline};

sendSpigotConfirmMessage(player, firstline, confirmline,cancelline, lastline);
}
}
Expand Down

0 comments on commit 8071083

Please sign in to comment.