Shops created at double chests will be saved now

This commit is contained in:
Eric 2016-06-05 18:46:14 +02:00
parent 4484bb0259
commit b423fbd98b

View File

@ -64,7 +64,6 @@ public class ShopUtils {
shopLocation.put(r.getLocation(), shop);
shopLocation.put(l.getLocation(), shop);
return;
} else {
shopLocation.put(shop.getLocation(), shop);
}