mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-30 08:12:30 +08:00
Fixed a problem where the stores view wasn't updating.
This commit is contained in:
@@ -1088,6 +1088,7 @@ var Room = {
|
||||
Room.updateStoresView();
|
||||
Room.updateBuildButtons();
|
||||
} else if(e.category == 'income'){
|
||||
Room.updateStoresView();
|
||||
Room.updateIncomeView();
|
||||
} else if(e.stateName.indexOf('game.buildings') == 0){
|
||||
Room.updateBuildButtons();
|
||||
|
||||
Reference in New Issue
Block a user