X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fxdcc%2Fui%2Fstdin%2FSearchCommand.java;h=fb76f1f6587802f28518641c98c1b5f6ba700417;hb=56a31fda7e5fb351a93f89c058c12f2e54678789;hp=9619f117d10e78dad81f57b399b8964ed79049d2;hpb=1ca482cdf4956eb7dcdcfd75c4d0412cf0261fdf;p=xudocci.git diff --git a/src/main/java/net/pterodactylus/xdcc/ui/stdin/SearchCommand.java b/src/main/java/net/pterodactylus/xdcc/ui/stdin/SearchCommand.java index 9619f11..fb76f1f 100644 --- a/src/main/java/net/pterodactylus/xdcc/ui/stdin/SearchCommand.java +++ b/src/main/java/net/pterodactylus/xdcc/ui/stdin/SearchCommand.java @@ -82,7 +82,7 @@ public class SearchCommand implements Command { } } if (found) { - lastResult.add(new Result(bot, pack)); + lastResult.add(new Result(core, bot, pack)); } } }