Right now, the Poll feature cannot be disabled if a map uses the restart command feature (i.e. DO), causing the scenario in single player to load the Poll feature before all other features.
The feature.gui.poll should maybe delegate more core functionalities to maybe utils.poll, and only take care of adding a GUI on top of it. So it would preserve load order and dependencies tree.
Right now, the Poll feature cannot be disabled if a map uses the restart command feature (i.e. DO), causing the scenario in single player to load the Poll feature before all other features.
The
feature.gui.pollshould maybe delegate more core functionalities to maybeutils.poll, and only take care of adding a GUI on top of it. So it would preserve load order and dependencies tree.