diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/common/play.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/common/play.js b/public/common/play.js index ae3e622..13ce453 100644 --- a/public/common/play.js +++ b/public/common/play.js @@ -659,9 +659,6 @@ async function init_replay() { case "resign": s = rules.resign(s, item.role); break; - case "restore": - s = JSON.parse(item.arguments); - break; default: s = rules.action(s, item.role, item.action, item.arguments); break; |