1
0
mirror of https://github.com/amalthea-mc/ShopChest.git synced 2025-03-11 23:44:10 +00:00

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

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