mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 16:21:53 +08:00
Fixed a problem where the stores view wasn't updating.
This commit is contained in:
+2
-1
@@ -1088,9 +1088,10 @@ 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