diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/common/play.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/common/play.js b/public/common/play.js index 9e330c0..2059678 100644 --- a/public/common/play.js +++ b/public/common/play.js @@ -776,6 +776,9 @@ async function init_replay(debug) { function eval_action(item) { switch (item.action) { + case "restore": + s = JSON.parse(item.arguments) + break case "setup": s = rules.setup(item.arguments[0], item.arguments[1], item.arguments[2]) break |