Fixed a bug where Purchase shops would turn into sell shops.
This commit is contained in:
parent
1113ebbed8
commit
febc66b16a
Binary file not shown.
@ -2956,7 +2956,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
|
||||
@Override
|
||||
public void run() {
|
||||
WorldShop shop = TwosideShops.SetupNextItemShop(TwosideShops.LoadWorldShopData(ID), c, s);
|
||||
TwosideShops.UpdateSign(shop, shop.getID(), s,false);
|
||||
TwosideShops.UpdateSign(shop, shop.getID(), s,shop.isPurchaseShopSign(s));
|
||||
TwosideShops.SaveWorldShopData(shop);
|
||||
}},1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user