diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3511,8 +3511,6 @@ function observer_hand() { return hand } -exports.is_checkpoint = (a, b) => a.turn !== b.turn - exports.view = function(state, current) { game = state |