summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 5baa7f6..d3a6f3b 100644
--- a/rules.js
+++ b/rules.js
@@ -3358,6 +3358,7 @@ exports.resign = function (state, current) {
else
game.result = PERSIA;
}
+ return state;
}
exports.view = function(state, current) {