Minor code formatting fix.

master
blablubbabc 2020-08-01 02:14:24 +02:00
parent c556d6f43f
commit e472cd0a22
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ public class ShopkeeperUtils {
List<PlayerShopkeeper> shopsUsingContainer = SKShopkeepersPlugin.getInstance().getProtectedContainers().getShopkeepersUsingContainer(targetBlock);
if (shopsUsingContainer.isEmpty()) {
return new TargetShopkeepersResult(Settings.msgUnusedContainer);
} else {
} else {
// Filter shops:
List<Shopkeeper> acceptedShops = new ArrayList<>();
for (Shopkeeper shopUsingContainer : shopsUsingContainer) {