*
This commit is contained in:
parent
d77ae61894
commit
1186ca87df
@ -315,7 +315,7 @@ public class ClipboardCommands extends MethodCommands {
|
|||||||
if (url == null) {
|
if (url == null) {
|
||||||
BBC.GENERATING_LINK_FAILED.send(player);
|
BBC.GENERATING_LINK_FAILED.send(player);
|
||||||
} else {
|
} else {
|
||||||
BBC.DOWNLOAD_LINK.send(player, url.getPath());
|
BBC.DOWNLOAD_LINK.send(player, url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user