By registering with us, you'll be able to discuss, share and private message with other members of our community.
Sign up now! if (Shop.isOpen()){
System.out.println("Shop is open");
Shop.close();
if (!Shop.isOpen())
System.out.println("Shop is closed");
else
System.out.println("Shop is still open");
return;}
if (Inventory.contains(item) && Shop.isOpen())
Shop.close();
//Shop.sell(item, 27);
We use essential cookies to make this site work, and optional cookies to enhance your experience.