Archived
0

- Fix refresh on change offers

This commit is contained in:
iMoHax
2014-08-01 12:16:47 +04:00
parent 791dbfdefa
commit 9a7d965a3c

View File

@@ -23,7 +23,7 @@ public class MainController {
private final static Logger LOG = LoggerFactory.getLogger(MainController.class);
private static MarketModel world = new MarketModel(World.getMarket());
private static MarketModel market = new MarketModel(World.getMarket());
private static MarketModel market = world;
@FXML