diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-29 17:31:51 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-29 17:31:51 +0000 |
commit | bfb923a855359093a01578d8033181ed2d422176 (patch) | |
tree | b3216b9e60380f48104a15395428a23c7acde94e | |
parent | 74dd934f137d8026efb8ffe16be8e55dee6086e7 (diff) | |
download | 1989-dawn-of-freedom-bfb923a855359093a01578d8033181ed2d422176.tar.gz |
Remove double undo steps
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7158,7 +7158,6 @@ states.vm_nomenklatura_add = { } }, space(space) { - push_undo() vm_do_add_infl_free(space) if (game.vm_available_ops === 0 ) { game.valid_spaces = [] |