This commit is contained in:
Jesse Boyd 2017-08-04 15:15:31 +10:00
parent d77ae61894
commit 1186ca87df
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -315,7 +315,7 @@ public class ClipboardCommands extends MethodCommands {
if (url == null) {
BBC.GENERATING_LINK_FAILED.send(player);
} else {
BBC.DOWNLOAD_LINK.send(player, url.getPath());
BBC.DOWNLOAD_LINK.send(player, url);
}
}