X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fxdcc%2Fui%2Fstdin%2FSearchCommand.java;h=fb76f1f6587802f28518641c98c1b5f6ba700417;hb=9e329b575c9d3c8848858b2dd890232458f55a00;hp=9619f117d10e78dad81f57b399b8964ed79049d2;hpb=5d31ca8229a8ad96822788015313bf5adada892e;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)); } } }