mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-11-30 01:43:22 +01: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