mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-22 10:22:29 +00:00
Shops created at double chests will be saved now
This commit is contained in:
parent
4484bb0259
commit
b423fbd98b
@ -64,7 +64,6 @@ public class ShopUtils {
|
|||||||
|
|
||||||
shopLocation.put(r.getLocation(), shop);
|
shopLocation.put(r.getLocation(), shop);
|
||||||
shopLocation.put(l.getLocation(), shop);
|
shopLocation.put(l.getLocation(), shop);
|
||||||
return;
|
|
||||||
} else {
|
} else {
|
||||||
shopLocation.put(shop.getLocation(), shop);
|
shopLocation.put(shop.getLocation(), shop);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user