Change /selling so a shop will return multiple matching results if they exist. #2

Closed
benamaurer wants to merge 1 commits from benamaurer-sellingList-fix into master
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public abstract class GeoffreyAPICallback implements ICallback {
stringBuilder.append(geoffreyShop.getFormattedLocationString()); stringBuilder.append(geoffreyShop.getFormattedLocationString());
stringBuilder.append("\n"); stringBuilder.append("\n");
stringBuilder.append(geoffreyShop.getFirstItem().getFormattedItemListing()); stringBuilder.append(geoffreyShop.getInfoString().getFormattedItemListing());
stringBuilder.append("\n"); stringBuilder.append("\n");
} }