diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1559,7 +1559,7 @@ states.scenario_setup = { if (current_player_quick_setup()) { // only allow quick-setup as the very first action - if (game.undo.length === 0) + if (game.undo && game.undo.length === 0) view.actions.quick_setup = 1 } } else { |