summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chess-engine.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-engine.el b/chess-engine.el
index f3c2f30..9d84dfa 100644
--- a/chess-engine.el
+++ b/chess-engine.el
@@ -128,7 +128,7 @@
(setq chess-engine-opponent-name (or name "Anonymous"))
(let ((chess-engine-handling-event t))
(chess-engine-set-position nil))
- (chess-engine-command nil 'accept chess-full-name))
+ (chess-engine-command nil 'accept name))
(chess-engine-command nil 'decline))))
t)