summaryrefslogtreecommitdiff
path: root/chess-network.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-network.el')
-rw-r--r--chess-network.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-network.el b/chess-network.el
index e78eabc..7fdb2c1 100644
--- a/chess-network.el
+++ b/chess-network.el
@@ -126,7 +126,7 @@
(read-string "Port: "))))
(if (eq which ?s)
(chess-message 'network-waiting)
- (chess-network-handler 'match)
+ (chess-network-handler game 'match)
(chess-message 'network-connected))
t))