Update main.java

This commit is contained in:
Vikramb987
2019-02-25 19:58:32 -07:00
committed by GitHub
parent 207d258e05
commit 94762234af

View File

@@ -25,8 +25,11 @@ public class main {
Start start = new Start(main.getPlayer());
main.start(start);
while(true){
while(!main.getPlayer().getRetire()){
main.shop(littyShop);
}
main.start(start);
}
}
}