admin order line
This commit is contained in:
@@ -99,6 +99,10 @@ window.selectTown = function(id) {
|
||||
window.renderBuildingDropdown();
|
||||
window.renderUnitDropdown();
|
||||
window.renderTownDetails();
|
||||
// Refresh build queue panel for the newly selected town
|
||||
if (window._logPanelMode === 'queue') {
|
||||
window.fetchBuildQueue(id);
|
||||
}
|
||||
};
|
||||
|
||||
window.getSelectedTown = function() {
|
||||
|
||||
Reference in New Issue
Block a user