diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -866,6 +866,7 @@ function on_update() { // eslint-disable-line no-unused-vars action_button("remove", "Remove") action_button("activate", "Activate") + action_button("deploy_cadre_to_france", "Cadre to France") action_button("build_cadre", "Build Cadre") action_button("build_band", "Build Band") @@ -874,7 +875,6 @@ function on_update() { // eslint-disable-line no-unused-vars action_button("convert_band_to_failek", "Convert to Failek") action_button("convert_front_to_cadre", "Convert to Cadre") - action_button("change_division_mode", "Change Division Mode") action_button("propaganda", "Propaganda") |