remove useless comments from PR

This commit is contained in:
ForestOfLight
2026-03-27 15:20:47 -07:00
Unverified
parent d0df08d1a3
commit 810868146b
@@ -33,12 +33,6 @@ export class MenuFormBuilder {
allStructuresForm.button(`§2${structureName}`);
});
allStructuresForm.button({ translate: 'construct.mainmenu.selectstructure.other' });
//allStructuresForm.button({ translate: 'construct.mainmenu.selectstructure.howto' }); useless
//here is a same button at buildAllInstanceName() already
//It work as the button construct.mainmenu.selectstructure.other
//here is no locationkey named construct.mainmenu.selectstructure.howto but there's a key named construct.mainmenu.howto
return allStructuresForm;
}