admin order line

This commit is contained in:
2026-05-01 01:13:18 +03:00
parent f250fbd5b6
commit 76ad37c1db
9 changed files with 337 additions and 22 deletions

View File

@@ -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() {