diff options
Diffstat (limited to 'chess-engine.el')
| -rw-r--r-- | chess-engine.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chess-engine.el b/chess-engine.el index 4374879..9a97cef 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -118,12 +118,9 @@ (car args)) (format "Do you wish to play a chess game against an anonymous opponent? "))) (chess-engine-command nil 'accept) - (chess-engine-send nil 'decline))) + (chess-engine-command nil 'decline))) t) - ((eq event 'accept) -) - ((eq event 'setup-pos) (when (car args) (chess-engine-set-start-position nil (car args) t) |
