summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules.ts b/rules.ts
index 1cc024a..97b2350 100644
--- a/rules.ts
+++ b/rules.ts
@@ -3605,7 +3605,6 @@ function pop_undo() {
game.log = save_log;
game.undo = save_undo;
}
- next();
}
function random(range: number): number {